kirkwood: generate factory images for Linksys EA[34]500
[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 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-i2c-core kmod-i2c-mv64xxx \
30         kmod-ata-core kmod-ata-marvell-sata
31 endef
32
33 define Profile/SHEEVAPLUGSATA/Description
34  Package set compatible with Globalscale Technologies eSATA SheevaPlug board.
35 endef
36
37 SHEEVAPLUGSATA_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
38 SHEEVAPLUGSATA_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
39
40 $(eval $(call Profile,SHEEVAPLUGSATA))
41
42 define Profile/GuruplugServerPlus
43   NAME:=Globalscale Technologies Guruplug Server Plus
44   PACKAGES:= \
45         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
46         kmod-i2c-core kmod-i2c-mv64xxx \
47         kmod-ata-core kmod-ata-marvell-sata \
48         kmod-btmrvl kmod-btmrvl-sdio kmod-libertas kmod-libertas-sdio \
49         wpad-mini
50 endef
51
52 define Profile/GuruplugServerPlus/Description
53  Package set compatible with Globalscale Technologies Guruplug Server Plus board.
54 endef
55
56 GuruplugServerPlus_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
57 GuruplugServerPlus_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
58
59 $(eval $(call Profile,GuruplugServerPlus))
60
61 define Profile/Topkick1281P2
62   NAME:=Univeral Scientific Industrial Co. Topkick-1281P2
63   PACKAGES:= \
64         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
65         kmod-i2c-core kmod-i2c-mv64xxx \
66         kmod-ata-core kmod-ata-marvell-sata
67 endef
68
69 define Profile/Topkick1281P2/Description
70  Package set compatible with Univeral Scientific Industrial Co. Topkick-1281P2 board.
71 endef
72
73 Topkick1281P2_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
74 Topkick1281P2_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
75
76 $(eval $(call Profile,Topkick1281P2))