1#
2# Copyright (C) 2013 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7define Profile/GLINET
8	NAME:=GL.iNet 6416
9	PACKAGES:=kmod-usb-core kmod-usb2
10endef
11
12define Profile/GLINET/Description
13	Package set optimized for the GL-Connect GL.iNet v1.
14endef
15
16$(eval $(call Profile,GLINET))
17
18define Profile/GL-AR150
19	NAME:=GL AR150
20	PACKAGES:=kmod-usb-core kmod-usb2
21endef
22
23define Profile/GL-AR150/Description
24	Configuration of GL AR150.
25endef
26
27$(eval $(call Profile,GL-AR150))
28
29define Profile/GL-AR300
30	NAME:=GL AR300
31	PACKAGES:=kmod-usb-core kmod-usb2
32endef
33
34define Profile/GL-AR300/Description
35	Configuration of GL AR300.
36endef
37
38$(eval $(call Profile,GL-AR300))
39
40define Profile/DOMINO
41	NAME:=GL Domino Pi
42	PACKAGES:=kmod-usb-core kmod-usb2
43endef
44
45define Profile/DOMINO/Description
46	Configuration of Domino, Wifi for everything.
47endef
48
49$(eval $(call Profile,DOMINO))
50