summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-07-13 18:21:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-07-13 18:21:06 +0000
commit6991725a1e2f203aef4f5ead56bd5d03eae79c11 (patch)
tree21088bf8d2ebada15b2a7e25bc9f7c7281c80b91 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent9801351c8410790e541c6bd281a5b8f4434042ca (diff)
downloadmaster-31e0f0ae-6991725a1e2f203aef4f5ead56bd5d03eae79c11.tar.gz
master-31e0f0ae-6991725a1e2f203aef4f5ead56bd5d03eae79c11.tar.bz2
master-31e0f0ae-6991725a1e2f203aef4f5ead56bd5d03eae79c11.zip
ar71xx: add user-space support for GL.iNet v1
Patch is based on http://patchwork.openwrt.org/patch/5273/. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr> Signed-off-by: Mark Janssen <mark@sig-io.nl> Signed-off-by: alzhao <alzhao@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/5652/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41619
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
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"
;;