Author: luka Date: 2014-12-12 00:29:04 +0100 (Fri, 12 Dec 2014) New Revision: 43642
Modified: trunk/target/linux/kirkwood/image/Makefile trunk/target/linux/kirkwood/profiles/110-nas.mk Log: kirkwood: sort 110-nas profile Signed-off-by: Luka Perkov <[email protected]> Modified: trunk/target/linux/kirkwood/image/Makefile =================================================================== --- trunk/target/linux/kirkwood/image/Makefile 2014-12-11 22:27:56 UTC (rev 43641) +++ trunk/target/linux/kirkwood/image/Makefile 2014-12-11 23:29:04 UTC (rev 43642) @@ -132,12 +132,12 @@ Image/BuildKernel/Template/ICONNECT=$(call Image/BuildKernel/Template,iconnect) Image/InstallKernel/Template/ICONNECT=$(call Image/InstallKernel/Template,iconnect) +Image/BuildKernel/Template/IOMEGA_IX2_200=$(call Image/BuildKernel/Template,iomega_ix2_200) +Image/InstallKernel/Template/IOMEGA_IX2_200=$(call Image/InstallKernel/Template,iomega_ix2_200) + Image/BuildKernel/Template/POGOE02=$(call Image/BuildKernel/Template,pogo_e02) Image/InstallKernel/Template/POGOE02=$(call Image/InstallKernel/Template,pogo_e02) -Image/BuildKernel/Template/IOMEGA_IX2_200=$(call Image/BuildKernel/Template,iomega_ix2_200) -Image/InstallKernel/Template/IOMEGA_IX2_200=$(call Image/InstallKernel/Template,iomega_ix2_200) - define Image/BuildKernel $(call Image/BuildKernel/Template/$(PROFILE)) endef Modified: trunk/target/linux/kirkwood/profiles/110-nas.mk =================================================================== --- trunk/target/linux/kirkwood/profiles/110-nas.mk 2014-12-11 22:27:56 UTC (rev 43641) +++ trunk/target/linux/kirkwood/profiles/110-nas.mk 2014-12-11 23:29:04 UTC (rev 43642) @@ -70,22 +70,6 @@ $(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 @@ $(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)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
