ipq806x: fix zyxel image build error
[oweals/openwrt.git] / target / linux / kirkwood / profiles / 120-plug.mk
1 #
2 # Copyright (C) 2014 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/SHEEVAPLUG
9   NAME:=Globalscale Technologies SheevaPlug
10   PACKAGES:= \
11         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
12         kmod-i2c-core kmod-i2c-mv64xxx \
13         kmod-ata-core
14 endef
15
16 define Profile/SHEEVAPLUG/Description
17  Package set compatible with Globalscale Technologies SheevaPlug board.
18 endef
19
20 $(eval $(call Profile,SHEEVAPLUG))
21
22 define Profile/SHEEVAPLUGSATA
23   NAME:=Globalscale Technologies eSATA SheevaPlug
24   PACKAGES:= \
25         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
26         kmod-i2c-core kmod-i2c-mv64xxx \
27         kmod-ata-core kmod-ata-marvell-sata
28 endef
29
30 define Profile/SHEEVAPLUGSATA/Description
31  Package set compatible with Globalscale Technologies eSATA SheevaPlug board.
32 endef
33
34 $(eval $(call Profile,SHEEVAPLUGSATA))
35
36 define Profile/GuruplugServerPlus
37   NAME:=Globalscale Technologies Guruplug Server Plus
38   PACKAGES:= \
39         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
40         kmod-i2c-core kmod-i2c-mv64xxx \
41         kmod-ata-core kmod-ata-marvell-sata \
42         kmod-btmrvl kmod-btmrvl-sdio kmod-libertas kmod-libertas-sdio \
43         wpad-mini
44 endef
45
46 define Profile/GuruplugServerPlus/Description
47  Package set compatible with Globalscale Technologies Guruplug Server Plus board.
48 endef
49
50 $(eval $(call Profile,GuruplugServerPlus))
51
52 define Profile/Topkick1281P2
53   NAME:=Univeral Scientific Industrial Co. Topkick-1281P2
54   PACKAGES:= \
55         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
56         kmod-i2c-core kmod-i2c-mv64xxx \
57         kmod-ata-core kmod-ata-marvell-sata
58 endef
59
60 define Profile/Topkick1281P2/Description
61  Package set compatible with Univeral Scientific Industrial Co. Topkick-1281P2 board.
62 endef
63
64 $(eval $(call Profile,Topkick1281P2))