diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-01 11:20:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-01 11:20:47 +0000 |
commit | f372620ffae0edbcc501995fcedf34eba8607b5b (patch) | |
tree | 347392c78aadaae65ffb3ee126494c7f77e7e76e /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 66ab406d5ac58f21507a00451c5444fbbe9d8bb3 (diff) | |
download | mtk-20170518-f372620ffae0edbcc501995fcedf34eba8607b5b.zip mtk-20170518-f372620ffae0edbcc501995fcedf34eba8607b5b.tar.gz mtk-20170518-f372620ffae0edbcc501995fcedf34eba8607b5b.tar.bz2 |
ar71xx: unify LED names on Planex boards
SVN-Revision: 28703
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index a608f4e..d7673de 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -63,11 +63,9 @@ get_status_led() { ls-sr71) status_led="ubnt:green:d22" ;; - mzk-w04nu) - status_led="mzk-w04nu:green:status" - ;; + mzk-w04nu | \ mzk-w300nh) - status_led="mzk-w300nh:green:status" + status_led="planex:green:status" ;; nbg460n_550n_550nh) status_led="nbg460n:green:power" |