ar71xx: add GL-AR150 support V3
[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))