diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-01 19:52:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-01 19:52:57 +0000 |
commit | 701543d3efead0050eafb9f8f2626f3dc9260c63 (patch) | |
tree | a8dab8b8d349a3b585de392c5a00a429dc135234 /target | |
parent | 1edef5ec9805dc0a6b5565f3647428103d88e0a5 (diff) | |
download | mtk-20170518-701543d3efead0050eafb9f8f2626f3dc9260c63.zip mtk-20170518-701543d3efead0050eafb9f8f2626f3dc9260c63.tar.gz mtk-20170518-701543d3efead0050eafb9f8f2626f3dc9260c63.tar.bz2 |
revert r27043 (#9513)
SVN-Revision: 27343
Diffstat (limited to 'target')
-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 67073a7..6cd6043 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -124,7 +124,7 @@ get_status_led() { status_led="wrt160nl:blue:wps" ;; wzr-hp-g300nh | wzr-hp-g301nh) - status_led="wzr-hp-g300nh:red:diag" + status_led="wzr-hp-g300nh:green:router" ;; zcn-1523h-2 | zcn-1523h-5) status_led="zcn-1523h:amber:init" |