From 6991725a1e2f203aef4f5ead56bd5d03eae79c11 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 13 Jul 2014 18:21:06 +0000 Subject: ar71xx: add user-space support 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/5652/ Signed-off-by: Gabor Juhos SVN-Revision: 41619 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 2d75954db5..f912156944 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -322,6 +322,9 @@ ar71xx_board_detect() { *EL-MINI) name="el-mini" ;; + *"GL-CONNECT INET v1") + name="gl-inet" + ;; *JA76PF) name="ja76pf" ;; -- cgit v1.2.3