Author: blogic Date: 2014-11-26 10:00:48 +0100 (Wed, 26 Nov 2014) New Revision: 43391
Modified: trunk/target/linux/kirkwood/image/Makefile trunk/target/linux/kirkwood/profiles/110-nas.mk Log: kirkwood: Add support for Iomega StorCenter ix2-200 Signed-off-by: Richard Kunze <[email protected]> Modified: trunk/target/linux/kirkwood/image/Makefile =================================================================== --- trunk/target/linux/kirkwood/image/Makefile 2014-11-26 09:00:40 UTC (rev 43390) +++ trunk/target/linux/kirkwood/image/Makefile 2014-11-26 09:00:48 UTC (rev 43391) @@ -135,6 +135,9 @@ 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-11-26 09:00:40 UTC (rev 43390) +++ trunk/target/linux/kirkwood/profiles/110-nas.mk 2014-11-26 09:00:48 UTC (rev 43391) @@ -84,3 +84,22 @@ POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512" $(eval $(call Profile,POGOE02)) + + +define Profile/IOMEGA_IX2_200 + NAME:=Iomega StorCenter ix2-200 + PACKAGES:= \ + kmod-ata-core kmod-ata-marvell-sata \ + kmod-usb2 kmod-usb-storage \ + uboot-envtools +endef + +define Profile/IOMEGA_IX2_200/Description + Package set compatible with Iomega StorCenter ix2-200 board. +endef + +IOMEGA_IX2_200_UBIFS_OPTS:="-m 512 -e 15872 -c 2048" +IOMEGA_IX2_200_UBI_OPTS:="-m 512 -p 16384 -s 256" + +$(eval $(call Profile,IOMEGA_IX2_200)) + _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
