ramips: add suport for ZBT APE522II
[openwrt/openwrt.git] / target / linux / ar71xx / generic / profiles / gli.mk
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 #
7 define Profile/GLINET
8 NAME:=GL.iNet 6416
9 PACKAGES:=kmod-usb-core kmod-usb2
10 endef
11
12 define Profile/GLINET/Description
13 Package set optimized for the GL-Connect GL.iNet v1.
14 endef
15
16 $(eval $(call Profile,GLINET))
17
18 define Profile/GL-AR150
19 NAME:=GL AR150
20 PACKAGES:=kmod-usb-core kmod-usb2
21 endef
22
23 define Profile/GL-AR150/Description
24 Configuration of GL AR150.
25 endef
26
27 $(eval $(call Profile,GL-AR150))
28
29 define Profile/GL-AR300
30 NAME:=GL AR300
31 PACKAGES:=kmod-usb-core kmod-usb2
32 endef
33
34 define Profile/GL-AR300/Description
35 Configuration of GL AR300.
36 endef
37
38 $(eval $(call Profile,GL-AR300))
39
40 define Profile/DOMINO
41 NAME:=GL Domino Pi
42 PACKAGES:=kmod-usb-core kmod-usb2
43 endef
44
45 define Profile/DOMINO/Description
46 Configuration of Domino, Wifi for everything.
47 endef
48
49 $(eval $(call Profile,DOMINO))