From 746ace4baf1ee3a2bebb32851784208eb4168b91 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sat, 23 Nov 2013 15:55:10 +0000 Subject: kirkwood: add support for iomega iconnect Signed-off-by: Luka Perkov Signed-off-by: Daniel Engberg SVN-Revision: 38897 --- target/linux/kirkwood/profiles/110-nas.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'target/linux/kirkwood/profiles') diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk index ebb71b76b8..185318d980 100644 --- a/target/linux/kirkwood/profiles/110-nas.mk +++ b/target/linux/kirkwood/profiles/110-nas.mk @@ -22,6 +22,21 @@ DOCKSTAR_UBI_OPTS:="-m 2048 -p 128KiB -s 512" $(eval $(call Profile,DOCKSTAR)) +define Profile/ICONNECT + NAME:=Iomega Iconnect + PACKAGES:= \ + kmod-usb2 kmod-usb-storage +endef + +define Profile/ICONNECT/Description + Package set compatible with Iomega Iconnect board. +endef + +ICONNECT_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" +ICONNECT_UBI_OPTS:="-m 2048 -p 128KiB -s 512" + +$(eval $(call Profile,ICONNECT)) + define Profile/IB62X0 NAME:=RaidSonic ICY BOX IB-NAS62x0 PACKAGES:= \ -- cgit v1.2.3