210b7f658b1b42898dce020ae439f628a1ba0855
[openwrt-github/.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:= kmod-mwlwifi wpad-mini swconfig
11 endef
12
13 define Profile/Caiman/Description
14  Package set compatible with the Linksys WRT1200AC (Caiman).
15 endef
16
17 $(eval $(call Profile,Caiman))
18
19
20 define Profile/Cobra
21   NAME:=Linksys WRT1900ACv2 (Cobra)
22   PACKAGES:= kmod-mwlwifi wpad-mini swconfig
23 endef
24
25 define Profile/Cobra/Description
26  Package set compatible with the Linksys WRT1900AC (Cobra).
27 endef
28
29 $(eval $(call Profile,Cobra))
30
31
32 define Profile/Mamba
33   NAME:=Linksys WRT1900AC (Mamba)
34   PACKAGES:= kmod-mwlwifi wpad-mini swconfig
35 endef
36
37 define Profile/Mamba/Description
38  Package set compatible with the Linksys WRT1900AC (Mamba).
39 endef
40
41 $(eval $(call Profile,Mamba))
42
43
44 define Profile/Shelby
45   NAME:=Linksys WRT1900ACS (Shelby)
46   PACKAGES:= kmod-mwlwifi wpad-mini swconfig
47 endef
48
49 define Profile/Shelby/Description
50  Package set compatible with the Linksys WRT1900ACS (Shelby).
51 endef
52
53 $(eval $(call Profile,Shelby))
54
55 define Profile/Rango
56   NAME:=Linksys WRT3200ACM (Rango)
57   PACKAGES:= kmod-mwlwifi wpad-mini swconfig
58 endef
59
60 define Profile/Rango/Description
61  Package set compatible with the Linksys WRT3200ACM (Rango).
62 endef
63
64 $(eval $(call Profile,Rango))