summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-28 21:43:43 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-28 21:43:43 +0000
commitdfabb768835e43dd935cb3051d66a916013a5b16 (patch)
tree87f3ff5be2adeaaa6ec592d47f6e95a056398366 /target
parent591b5285f5d629b58797b88761fc8a9ccbe5500d (diff)
downloadmtk-20170518-dfabb768835e43dd935cb3051d66a916013a5b16.zip
mtk-20170518-dfabb768835e43dd935cb3051d66a916013a5b16.tar.gz
mtk-20170518-dfabb768835e43dd935cb3051d66a916013a5b16.tar.bz2
kirkwood: cosmetic: move POGOE02 profile to different file
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40873
Diffstat (limited to 'target')
-rw-r--r--target/linux/kirkwood/profiles/110-nas.mk15
-rw-r--r--target/linux/kirkwood/profiles/120-pogoplug.mk21
2 files changed, 15 insertions, 21 deletions
diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk
index 0a2701e..eff5952 100644
--- a/target/linux/kirkwood/profiles/110-nas.mk
+++ b/target/linux/kirkwood/profiles/110-nas.mk
@@ -69,3 +69,18 @@ ICONNECT_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
ICONNECT_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,ICONNECT))
+
+define Profile/POGOE02
+ NAME:=Cloud Engines Pogoplug E02
+ PACKAGES:= \
+ kmod-usb2 kmod-usb-storage uboot-envtools
+endef
+
+define Profile/POGOE02/Description
+ Package set compatible with Cloud Engines Pogoplug E02 board.
+endef
+
+POGOE02_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
+POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
+
+$(eval $(call Profile,POGOE02))
diff --git a/target/linux/kirkwood/profiles/120-pogoplug.mk b/target/linux/kirkwood/profiles/120-pogoplug.mk
deleted file mode 100644
index d712dcb..0000000
--- a/target/linux/kirkwood/profiles/120-pogoplug.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Copyright (C) 2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/POGOE02
- NAME:=Cloud Engines Pogoplug E02
- PACKAGES:= \
- kmod-usb2 kmod-usb-storage uboot-envtools
-endef
-
-define Profile/POGOE02/Description
- Package set compatible with Cloud Engines Pogoplug E02 board.
-endef
-
-POGOE02_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
-POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
-
-$(eval $(call Profile,POGOE02))