diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-31 13:54:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-31 13:54:11 +0000 |
commit | be7cbae844a3cf616fe7a1ceb0744b855b6fca29 (patch) | |
tree | 2ed0cb146f728df908132447b5ebcf9f9486b1ad /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 8c1f52f521fd0c15d1240a0ed041777cf6023971 (diff) | |
download | upstream-be7cbae844a3cf616fe7a1ceb0744b855b6fca29.tar.gz upstream-be7cbae844a3cf616fe7a1ceb0744b855b6fca29.tar.bz2 upstream-be7cbae844a3cf616fe7a1ceb0744b855b6fca29.zip |
ar71xx: fix LEDs on the WRT400N
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29624 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 855d3a40b1..6c40f62e83 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -127,7 +127,7 @@ get_status_led() { status_led="wp543:green:diag" ;; wrt400n) - status_led="wrt400n:green:status" + status_led="wrt400n:blue:wps" ;; wrt160nl) status_led="wrt160nl:blue:wps" |