diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-22 17:26:27 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-24 09:40:46 +0100 |
commit | 49e81f9fe4bc6f060a74f5505eca2a1767058b0b (patch) | |
tree | 6fd55c3c79d0ca32bc410a376abc26344c845942 /target/linux/kirkwood/profiles/110-nas.mk | |
parent | 9a1f441ac81c0c2b96ec813a645bae4fc8792bf5 (diff) | |
download | upstream-49e81f9fe4bc6f060a74f5505eca2a1767058b0b.tar.gz upstream-49e81f9fe4bc6f060a74f5505eca2a1767058b0b.tar.bz2 upstream-49e81f9fe4bc6f060a74f5505eca2a1767058b0b.zip |
kirkwood: clean up profiles, move to image makefile
Adds support for per-device rootfs
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/kirkwood/profiles/110-nas.mk')
-rw-r--r-- | target/linux/kirkwood/profiles/110-nas.mk | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk deleted file mode 100644 index 7ccef69aa8..0000000000 --- a/target/linux/kirkwood/profiles/110-nas.mk +++ /dev/null @@ -1,108 +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-usb2 kmod-usb-storage -endef - -define Profile/DOCKSTAR/Description - Package set compatible with Seagate FreeAgent Dockstar board. -endef - -$(eval $(call Profile,DOCKSTAR)) - -define Profile/GOFLEXHOME - NAME:=Seagate GoFlexHome - PACKAGES:= \ - kmod-ata-core kmod-ata-marvell-sata \ - kmod-usb2 kmod-usb-storage \ - uboot-envtools -endef - -define Profile/GOFLEXHOME/Description - Package set compatible with Seagate GoFlexHome -endef - -$(eval $(call Profile,GOFLEXHOME)) - -define Profile/GOFLEXNET - NAME:=Seagate GoFlexNet - PACKAGES:= \ - kmod-ata-core kmod-ata-marvell-sata \ - kmod-usb2 kmod-usb-storage -endef - -define Profile/GOFLEXNET/Description - Package set compatible with Seagate GoFlexNet -endef - -$(eval $(call Profile,GOFLEXNET)) - -define Profile/IB62X0 - NAME:=RaidSonic ICY BOX IB-NAS62x0 - PACKAGES:= \ - kmod-ata-core kmod-ata-marvell-sata \ - kmod-usb2 kmod-usb-storage -endef - -define Profile/IB62X0/Description - Package set compatible with RaidSonic ICY BOX IB-NAS62x0 board. -endef - -$(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 - -$(eval $(call Profile,ICONNECT)) - -define Profile/IOMEGA_IX2_200 - NAME:=Iomega StorCenter ix2-200 - PACKAGES:= \ - kmod-ata-core kmod-ata-marvell-sata \ - kmod-usb2 kmod-usb-storage -endef - -define Profile/IOMEGA_IX2_200/Description - Package set compatible with Iomega StorCenter ix2-200 board. -endef - -$(eval $(call Profile,IOMEGA_IX2_200)) - -define Profile/NSA310S - NAME:=ZyXEL NSA310S - PACKAGES:= \ - kmod-ata-core kmod-ata-marvell-sata \ - kmod-usb2 kmod-usb-storage -endef - -define Profile/NSA310S/Description - Package set compatible with ZyXEL NSA310S board. -endef - -$(eval $(call Profile,NSA310S)) - -define Profile/POGOE02 - NAME:=Cloud Engines Pogoplug E02 - PACKAGES:= \ - kmod-usb2 kmod-usb-storage -endef - -define Profile/POGOE02/Description - Package set compatible with Cloud Engines Pogoplug E02 board. -endef - -$(eval $(call Profile,POGOE02)) |