kirkwood: add wpad-mini to guruplug profile
[openwrt/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-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
13 kmod-ata-core uboot-envtools
14 endef
15
16 define Profile/SHEEVAPLUG/Description
17 Package set compatible with Globalscale Technologies SheevaPlug board.
18 endef
19
20 SHEEVAPLUG_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
21 SHEEVAPLUG_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
22
23 $(eval $(call Profile,SHEEVAPLUG))
24
25 define Profile/SHEEVAPLUGSATA
26 NAME:=Globalscale Technologies eSATA SheevaPlug
27 PACKAGES:= \
28 kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
29 kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
30 kmod-ata-core kmod-ata-marvell-sata \
31 uboot-envtools
32 endef
33
34 define Profile/SHEEVAPLUGSATA/Description
35 Package set compatible with Globalscale Technologies eSATA SheevaPlug board.
36 endef
37
38 SHEEVAPLUGSATA_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
39 SHEEVAPLUGSATA_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
40
41 $(eval $(call Profile,SHEEVAPLUGSATA))
42
43 define Profile/GuruplugServerPlus
44 NAME:=Globalscale Technologies Guruplug Server Plus
45 PACKAGES:= \
46 kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
47 kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
48 kmod-ata-core kmod-ata-marvell-sata \
49 kmod-btmrvl kmod-btmrvl-sdio kmod-libertas kmod-libertas-sdio \
50 uboot-envtools wpad-mini
51 endef
52
53 define Profile/GuruplugServerPlus/Description
54 Package set compatible with Globalscale Technologies Guruplug Server Plus board.
55 endef
56
57 GuruplugServerPlus_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
58 GuruplugServerPlus_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
59
60 $(eval $(call Profile,GuruplugServerPlus))
61
62 define Profile/Topkick1281P2
63 NAME:=Univeral Scientific Industrial Co. Topkick-1281P2
64 PACKAGES:= \
65 kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
66 kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
67 kmod-ata-core kmod-ata-marvell-sata \
68 uboot-envtools
69 endef
70
71 define Profile/Topkick1281P2/Description
72 Package set compatible with Univeral Scientific Industrial Co. Topkick-1281P2 board.
73 endef
74
75 Topkick1281P2_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
76 Topkick1281P2_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
77
78 $(eval $(call Profile,Topkick1281P2))