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 | ede32f486d44841993790783eb93ae66bf88993a (patch) | |
tree | 8a7f8c5ecae841cc004403187ec5f952a95854c5 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 5bfe0c97ffe64017eaaa4d87a0cd72238f6a5123 (diff) | |
download | upstream-ede32f486d44841993790783eb93ae66bf88993a.tar.gz upstream-ede32f486d44841993790783eb93ae66bf88993a.tar.bz2 upstream-ede32f486d44841993790783eb93ae66bf88993a.zip |
ar71xx: use the correct name for the status LED on the WRT400 board
(thanks to chuljin, patch from #6734)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19831 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 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" |