1#
2# Copyright (C) 2009 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/UBNTRS
9	NAME:=Ubiquiti RouterStation
10	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
11endef
12
13define Profile/UBNTRS/Description
14	Package set optimized for the Ubiquiti RouterStation.
15endef
16
17$(eval $(call Profile,UBNTRS))
18
19define Profile/UBNTRSPRO
20	NAME:=Ubiquiti RouterStation Pro
21	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
22endef
23
24define Profile/UBNTRSPRO/Description
25	Package set optimized for the Ubiquiti RouterStation Pro.
26endef
27
28$(eval $(call Profile,UBNTRSPRO))
29
30define Profile/UBNTUNIFI
31	NAME:=Ubiquiti UniFi AP
32	PACKAGES:=
33endef
34
35define Profile/UBNTUNIFI/Description
36	Package set optimized for the Ubiquiti UniFi AP.
37endef
38
39$(eval $(call Profile,UBNTUNIFI))
40
41define Profile/UBNTUNIFIACLITE
42	NAME:=Ubiquiti UniFi AP AC LITE/LR
43	PACKAGES:=kmod-ath10k ath10k-firmware-qca988x
44endef
45
46define Profile/UBNTUNIFIACLITE/Description
47	Package set optimized for the Ubiquiti UniFi AP AC LITE/LR.
48endef
49
50$(eval $(call Profile,UBNTUNIFIACLITE))
51
52define Profile/UBNTUNIFIACPRO
53	NAME:=Ubiquiti UniFi AP AC PRO
54	PACKAGES:=kmod-ath10k ath10k-firmware-qca988x kmod-usb-core kmod-usb-ohci kmod-usb2
55endef
56
57define Profile/UBNTUNIFIACPRO/Description
58	Package set optimized for the Ubiquiti UniFi AP AC PRO.
59endef
60
61$(eval $(call Profile,UBNTUNIFIACPRO))
62
63define Profile/UBNTUNIFIOUTDOOR
64	NAME:=Ubiquiti UniFiAP Outdoor
65	PACKAGES:=
66endef
67
68define Profile/UBNTUNIFIOUTDOOR/Description
69	Package set optimized for the Ubiquiti UniFiAP Outdoor.
70endef
71
72$(eval $(call Profile,UBNTUNIFIOUTDOOR))
73
74define Profile/UAPPRO
75	NAME:=Ubiquiti UniFi AP Pro
76	PACKAGES:=
77endef
78
79define Profile/UAPPRO/Description
80	Package set optimized for the Ubiquiti UniFi AP Pro.
81endef
82
83$(eval $(call Profile,UAPPRO))
84
85
86define Profile/UBNT
87	NAME:=Ubiquiti Products
88	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
89endef
90
91define Profile/UBNT/Description
92	Build images for all Ubiquiti products (including LS-SR71, RouterStation and RouterStation Pro)
93endef
94
95$(eval $(call Profile,UBNT))
96