diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-13 18:21:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-13 18:21:06 +0000 |
commit | 6991725a1e2f203aef4f5ead56bd5d03eae79c11 (patch) | |
tree | 21088bf8d2ebada15b2a7e25bc9f7c7281c80b91 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 9801351c8410790e541c6bd281a5b8f4434042ca (diff) | |
download | mtk-20170518-6991725a1e2f203aef4f5ead56bd5d03eae79c11.zip mtk-20170518-6991725a1e2f203aef4f5ead56bd5d03eae79c11.tar.gz mtk-20170518-6991725a1e2f203aef4f5ead56bd5d03eae79c11.tar.bz2 |
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/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index f6c113e..c689e70 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -69,6 +69,9 @@ get_status_led() { el-m150) status_led="EasyLink:green:system" ;; + gl-inet) + status_led="gl-connect:green:lan" + ;; hiwifi-hc6361) status_led="hiwifi:blue:system" ;; |