diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:56 +0000 |
commit | 5dc4786200c9e90cf2f5cfb045a9aaaa6cdd3615 (patch) | |
tree | e980ed2894266195ffdb959fd2a2bff39728bd85 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 0a813e9e3c98ac69ebdae27f46e253469a5ab221 (diff) | |
download | mtk-20170518-5dc4786200c9e90cf2f5cfb045a9aaaa6cdd3615.zip mtk-20170518-5dc4786200c9e90cf2f5cfb045a9aaaa6cdd3615.tar.gz mtk-20170518-5dc4786200c9e90cf2f5cfb045a9aaaa6cdd3615.tar.bz2 |
ar71xx: use the green power led for diag on the WNR2200 board
Make it consistent with the other Netgear boards.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38103
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 b609ac2..b6bb9e9 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -180,7 +180,7 @@ get_status_led() { status_led="netgear:green:power" ;; wnr2200) - status_led="netgear:amber:power" + status_led="netgear:green:power" ;; wnr612-v2) status_led="netgear:green:power" |