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