X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2Fprofiles%2F110-nas.mk;h=7b8d7bc913af64cd55be18bc08d024ddc2fb6dc3;hp=1bd188c11e472cb265b124293560ef774917158e;hb=c81bb8e79df00bee885a3b4a21ba4f456beaa41a;hpb=b5de140a38f98496161ebd6b6ea5bbf55b487244 diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk index 1bd188c11e..7b8d7bc913 100644 --- a/target/linux/kirkwood/profiles/110-nas.mk +++ b/target/linux/kirkwood/profiles/110-nas.mk @@ -70,22 +70,6 @@ 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)) - - define Profile/IOMEGA_IX2_200 NAME:=Iomega StorCenter ix2-200 PACKAGES:= \ @@ -103,3 +87,17 @@ IOMEGA_IX2_200_UBI_OPTS:="-m 512 -p 16384 -s 256" $(eval $(call Profile,IOMEGA_IX2_200)) +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))