diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-21 15:55:55 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-21 15:55:55 +0000 |
commit | a86bd8c9052e6a27b1b557cb4891bcf160c0b10a (patch) | |
tree | aceede66cfa87754eded04ab2870e7bf7ae809c8 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 61af1bc5533f5c77447eccbbc8504fdf016fa040 (diff) |
ar71xx: use netgear prefix for WNDAP360 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38102 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 14f8c9816a..b609ac20c7 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" |