diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-21 15:55:52 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-21 15:55:52 +0000 |
commit | c385277e32c632d781adab5df7f1800add1edd1a (patch) | |
tree | 47a7e0d7289e79e0f3c11ffeb035a4e5e3a24070 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | ec73cf27fd7d11407e951a3f9ae4e373793e4b6a (diff) |
ar71xx: use netgear prefix for WNR2200 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38100 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 ff8e7c99fe..fee2f823fa 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="wnr2200:amber:power" + status_led="netgear:amber:power" ;; wnr612-v2) status_led="wnr612v2:green:power" |