9cbc05667c1143ab5724f02679480a2628be6f34
[15.05/openwrt.git] / target / linux / mvebu / profiles / linksys.mk
1 #
2 # Copyright (C) 2013-2015 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/Caiman
9   NAME:=Linksys WRT1200AC (Caiman)
10   PACKAGES:= \
11         kmod-usb2 kmod-usb3 kmod-usb-storage \
12         kmod-i2c-core kmod-i2c-mv64xxx \
13         kmod-ata-core kmod-ata-mvebu-ahci \
14         kmod-rtc-armada38x kmod-thermal-armada \
15         kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
16         kmod-leds-pca963x \
17         kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
18         swconfig
19 endef
20
21 define Profile/Caiman/Description
22  Package set compatible with the Linksys WRT1200AC (Caiman).
23 endef
24
25 $(eval $(call Profile,Caiman))
26
27
28 define Profile/Cobra
29   NAME:=Linksys WRT1900ACv2 (Cobra)
30   PACKAGES:= \
31         kmod-usb2 kmod-usb3 kmod-usb-storage \
32         kmod-i2c-core kmod-i2c-mv64xxx \
33         kmod-ata-core kmod-ata-mvebu-ahci \
34         kmod-rtc-armada38x kmod-thermal-armada \
35         kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
36         kmod-leds-pca963x \
37         kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
38         swconfig
39 endef
40
41 define Profile/Cobra/Description
42  Package set compatible with the Linksys WRT1900AC (Cobra).
43 endef
44
45 $(eval $(call Profile,Cobra))
46
47
48 define Profile/Mamba
49   NAME:=Linksys WRT1900AC (Mamba)
50   PACKAGES:= \
51         kmod-usb2 kmod-usb3 kmod-usb-storage \
52         kmod-i2c-core kmod-i2c-mv64xxx \
53         kmod-ata-core kmod-ata-marvell-sata \
54         kmod-rtc-marvell kmod-thermal-armada \
55         kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
56         kmod-hwmon-pwmfan kmod-leds-tlc59116 \
57         kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
58         swconfig
59 endef
60
61 define Profile/Mamba/Description
62  Package set compatible with the Linksys WRT1900AC (Mamba).
63 endef
64
65 $(eval $(call Profile,Mamba))
66
67
68 define Profile/Shelby
69   NAME:=Linksys WRT1900ACS (Shelby)
70   PACKAGES:= \
71         kmod-usb2 kmod-usb3 kmod-usb-storage \
72         kmod-i2c-core kmod-i2c-mv64xxx \
73         kmod-ata-core kmod-ata-mvebu-ahci \
74         kmod-rtc-armada38x kmod-thermal-armada \
75         kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
76         kmod-leds-pca963x \
77         kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
78         swconfig
79 endef
80
81 define Profile/Shelby/Description
82  Package set compatible with the Linksys WRT1900ACS (Shelby).
83 endef
84
85 $(eval $(call Profile,Shelby))
86
87 define Profile/Rango
88   NAME:=Linksys WRT3200ACM (Rango)
89   PACKAGES:= kmod-mwlwifi wpad-mini swconfig
90 endef
91
92 define Profile/Rango/Description
93  Package set compatible with the Linksys WRT3200ACM (Rango).
94 endef
95
96 $(eval $(call Profile,Rango))