diff options
author | Luka Perkov <luka@openwrt.org> | 2013-11-23 15:55:10 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-11-23 15:55:10 +0000 |
commit | 1eb3f7f6a4b04666ccfd069928fa15c18e07790f (patch) | |
tree | 3b4b93230267baa3ac4c37cad1644600fc40a46a /target/linux/kirkwood/profiles/110-nas.mk | |
parent | bc886ef909ff04dc7827a2688f0f08c03fd0bd11 (diff) | |
download | upstream-1eb3f7f6a4b04666ccfd069928fa15c18e07790f.tar.gz upstream-1eb3f7f6a4b04666ccfd069928fa15c18e07790f.tar.bz2 upstream-1eb3f7f6a4b04666ccfd069928fa15c18e07790f.zip |
kirkwood: add support for iomega iconnect
Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Daniel Engberg <daniel.engberg@pyret.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38897 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/profiles/110-nas.mk')
-rw-r--r-- | target/linux/kirkwood/profiles/110-nas.mk | 15 |
1 files changed, 15 insertions, 0 deletions
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:= \ |