diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-05 13:03:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-05 13:03:54 +0000 |
commit | 4cc2b9bb06436a1a57fc3620ea62c4835f9b7d51 (patch) | |
tree | 7c5aa2c06aaeaf9aa475f27f074038b375e774ac /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 78699c2e51e85d8f56e882d250136f9d8fbdd632 (diff) | |
download | mtk-20170518-4cc2b9bb06436a1a57fc3620ea62c4835f9b7d51.zip mtk-20170518-4cc2b9bb06436a1a57fc3620ea62c4835f9b7d51.tar.gz mtk-20170518-4cc2b9bb06436a1a57fc3620ea62c4835f9b7d51.tar.bz2 |
ar71xx: rewrite WNDR3700/3800 handling
SVN-Revision: 29434
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index cb3b851..3af66b7 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -111,7 +111,7 @@ get_status_led() { wzr-hp-g300nh) status_led="buffalo:green:router" ;; - wndr3700 | wndr3700v2 | wndr3800) + wndr3700) status_led="wndr3700:green:power" ;; wnr2000) |