diff options
Diffstat (limited to 'target/linux/kirkwood/profiles/110-nas.mk')
-rw-r--r-- | target/linux/kirkwood/profiles/110-nas.mk | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk deleted file mode 100644 index eff5952..0000000 --- a/target/linux/kirkwood/profiles/110-nas.mk +++ /dev/null @@ -1,86 +0,0 @@ -# -# Copyright (C) 2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/DOCKSTAR - NAME:=Seagate FreeAgent Dockstar - PACKAGES:= \ - kmod-rtc-marvell kmod-usb2 kmod-usb-storage \ - uboot-envtools -endef - -define Profile/DOCKSTAR/Description - Package set compatible with Seagate FreeAgent Dockstar board. -endef - -DOCKSTAR_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -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:= \ - kmod-ata-core kmod-ata-marvell-sata \ - kmod-rtc-marvell kmod-usb2 kmod-usb-storage \ - uboot-envtools -endef - -define Profile/IB62X0/Description - Package set compatible with RaidSonic ICY BOX IB-NAS62x0 board. -endef - -IB62X0_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -IB62X0_UBI_OPTS:="-m 2048 -p 128KiB -s 512" - -$(eval $(call Profile,IB62X0)) - -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/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)) |