diff options
author | Luka Perkov <luka@openwrt.org> | 2014-02-16 00:14:27 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-02-16 00:14:27 +0000 |
commit | 9ba7cbafe4642b63470eb2d237a450c287454c23 (patch) | |
tree | c9532a9ccbbc2947d73a24894c03c3e71090ad7b /target/linux/kirkwood/profiles | |
parent | ddcd83e3dff049788e5372d748d501be962e92a3 (diff) | |
download | upstream-9ba7cbafe4642b63470eb2d237a450c287454c23.tar.gz upstream-9ba7cbafe4642b63470eb2d237a450c287454c23.tar.bz2 upstream-9ba7cbafe4642b63470eb2d237a450c287454c23.zip |
kirkwood: add support for Seagate GoFlexNet
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 39595
Diffstat (limited to 'target/linux/kirkwood/profiles')
-rw-r--r-- | target/linux/kirkwood/profiles/110-nas.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk index 6605f69362..bcd7555b44 100644 --- a/target/linux/kirkwood/profiles/110-nas.mk +++ b/target/linux/kirkwood/profiles/110-nas.mk @@ -22,6 +22,23 @@ DOCKSTAR_UBI_OPTS:="-m 2048 -p 128KiB -s 512" $(eval $(call Profile,DOCKSTAR)) +define Profile/GOFLEXNET + NAME:=Seagate GoFlexNet + PACKAGES:= \ + kmod-ata-core kmod-ata-marvell-sata \ + kmod-rtc-marvell kmod-usb2 kmod-usb-storage \ + uboot-envtools +endef + +define Profile/GOFLEXNET/Description + Package set compatible with Seagate GoFlexNet +endef + +GOFLEXNET_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" +GOFLEXNET_UBI_OPTS:="-m 2048 -p 128KiB -s 512" + +$(eval $(call Profile,GOFLEXNET)) + define Profile/IB62X0 NAME:=RaidSonic ICY BOX IB-NAS62x0 PACKAGES:= \ |