From a749d8163f8ee180ec42142b784db3871a57f073 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 13 Jul 2014 18:21:09 +0000 Subject: ar71xx: add profile and build image for GL.iNet v1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch is based on http://patchwork.openwrt.org/patch/5273/. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Michel Stempin Signed-off-by: Mark Janssen Signed-off-by: alzhao Patchwork: http://patchwork.openwrt.org/patch/5653/ Signed-off-by: Gabor Juhos SVN-Revision: 41621 --- target/linux/ar71xx/generic/profiles/gl-connect.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/ar71xx/generic/profiles/gl-connect.mk (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/gl-connect.mk b/target/linux/ar71xx/generic/profiles/gl-connect.mk new file mode 100644 index 0000000..e9377db --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/gl-connect.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2014 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 + PACKAGES:=kmod-usb-core kmod-usb2 +endef + +define Profile/GLINET/Description + Package set optimized for the GL-Connect GL.iNet v1. +endef + +$(eval $(call Profile,GLINET)) -- cgit v1.1