diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-24 13:38:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-24 13:38:37 +0000 |
commit | 187d5546dbacc7d48d3dded7cc79f34f3c921597 (patch) | |
tree | 2700462d5a9689f6d0a42949caffeb682795334b /target/linux/ar71xx/base-files/etc | |
parent | 560f7173b2edfcfd25503799b48aff9f62cc3d6d (diff) | |
download | upstream-187d5546dbacc7d48d3dded7cc79f34f3c921597.tar.gz upstream-187d5546dbacc7d48d3dded7cc79f34f3c921597.tar.bz2 upstream-187d5546dbacc7d48d3dded7cc79f34f3c921597.zip |
ar71xx: use the correct name for the status LED on the WRT400 board (thanks to chuljin, patch from #6734)
SVN-Revision: 19831
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-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 2a6af7da29..0b8d9a73cf 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -91,7 +91,7 @@ get_status_led() { status_led="wp543:green:diag" ;; wrt400n) - status_led="wrt400n:blue:status" + status_led="wrt400n:green:status" ;; wrt160nl) status_led="wrt160nl:blue:wps" |