ipq806x: fix zyxel image build error
[oweals/openwrt.git] / target / linux / kirkwood / profiles / 110-nas.mk
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/DOCKSTAR
9   NAME:=Seagate FreeAgent Dockstar
10   PACKAGES:= \
11         kmod-usb2 kmod-usb-storage
12 endef
13
14 define Profile/DOCKSTAR/Description
15  Package set compatible with Seagate FreeAgent Dockstar board.
16 endef
17
18 $(eval $(call Profile,DOCKSTAR))
19
20 define Profile/GOFLEXHOME
21   NAME:=Seagate GoFlexHome
22   PACKAGES:= \
23         kmod-ata-core kmod-ata-marvell-sata \
24         kmod-usb2 kmod-usb-storage \
25         uboot-envtools
26 endef
27
28 define Profile/GOFLEXHOME/Description
29  Package set compatible with Seagate GoFlexHome
30 endef
31
32 $(eval $(call Profile,GOFLEXHOME))
33
34 define Profile/GOFLEXNET
35   NAME:=Seagate GoFlexNet
36   PACKAGES:= \
37         kmod-ata-core kmod-ata-marvell-sata \
38         kmod-usb2 kmod-usb-storage
39 endef
40
41 define Profile/GOFLEXNET/Description
42  Package set compatible with Seagate GoFlexNet
43 endef
44
45 $(eval $(call Profile,GOFLEXNET))
46
47 define Profile/IB62X0
48   NAME:=RaidSonic ICY BOX IB-NAS62x0
49   PACKAGES:= \
50         kmod-ata-core kmod-ata-marvell-sata \
51         kmod-usb2 kmod-usb-storage
52 endef
53
54 define Profile/IB62X0/Description
55  Package set compatible with RaidSonic ICY BOX IB-NAS62x0 board.
56 endef
57
58 $(eval $(call Profile,IB62X0))
59
60 define Profile/ICONNECT
61   NAME:=Iomega Iconnect
62   PACKAGES:= \
63         kmod-usb2 kmod-usb-storage
64 endef
65
66 define Profile/ICONNECT/Description
67  Package set compatible with Iomega Iconnect board.
68 endef
69
70 $(eval $(call Profile,ICONNECT))
71
72 define Profile/IOMEGA_IX2_200
73   NAME:=Iomega StorCenter ix2-200
74   PACKAGES:= \
75         kmod-ata-core kmod-ata-marvell-sata \
76         kmod-usb2 kmod-usb-storage
77 endef
78
79 define Profile/IOMEGA_IX2_200/Description
80  Package set compatible with Iomega StorCenter ix2-200 board.
81 endef
82
83 $(eval $(call Profile,IOMEGA_IX2_200))
84
85 define Profile/NSA310S
86   NAME:=ZyXEL NSA310S
87   PACKAGES:= \
88         kmod-ata-core kmod-ata-marvell-sata \
89         kmod-usb2 kmod-usb-storage
90 endef
91
92 define Profile/NSA310S/Description
93  Package set compatible with ZyXEL NSA310S board.
94 endef
95
96 $(eval $(call Profile,NSA310S))
97
98 define Profile/POGOE02
99   NAME:=Cloud Engines Pogoplug E02
100   PACKAGES:= \
101         kmod-usb2 kmod-usb-storage
102 endef
103
104 define Profile/POGOE02/Description
105  Package set compatible with Cloud Engines Pogoplug E02 board.
106 endef
107
108 $(eval $(call Profile,POGOE02))