diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:55 +0000 |
commit | 0a813e9e3c98ac69ebdae27f46e253469a5ab221 (patch) | |
tree | 7135bcc3d4d975b2a4d1f15ff5696e5ba13c04e2 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | d0fe16cedf18fd9cd7241c52ebdacaaf4cd34e1a (diff) | |
download | mtk-20170518-0a813e9e3c98ac69ebdae27f46e253469a5ab221.zip mtk-20170518-0a813e9e3c98ac69ebdae27f46e253469a5ab221.tar.gz mtk-20170518-0a813e9e3c98ac69ebdae27f46e253469a5ab221.tar.bz2 |
ar71xx: use netgear prefix for WNDAP360 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38102
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 14f8c98..b609ac2 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -168,7 +168,7 @@ get_status_led() { status_led="buffalo:red:diag" ;; wndap360) - status_led="wndap360:green:power" + status_led="netgear:green:power" ;; wndr3700) status_led="netgear:green:power" |