forked from Ivasoft/openwrt
ar71xx: add GL-AR150 support V3
This is the 3rd version. Modified against the latest trunk. Signed-off-by: alzhao<alzhao@gmail.com> SVN-Revision: 47620
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
# Copyright (C) 2013 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/GLINET
|
||||
NAME:=GL.iNet
|
||||
NAME:=GL.iNet 6416
|
||||
PACKAGES:=kmod-usb-core kmod-usb2
|
||||
endef
|
||||
|
||||
@@ -15,3 +14,14 @@ define Profile/GLINET/Description
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,GLINET))
|
||||
|
||||
define Profile/GL-AR150
|
||||
NAME:=GL AR150
|
||||
PACKAGES:=kmod-usb-core kmod-usb2
|
||||
endef
|
||||
|
||||
define Profile/GL-AR150/Description
|
||||
Configuration of GL AR150.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,GL-AR150))
|
||||
Reference in New Issue
Block a user