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 | 557009bbdb764544f06b1cb623c43f7555993e96 (patch) | |
tree | 868c62cb8b9bcb882fb75112dff79dfa135fe1cc /target/linux/ar71xx/base-files | |
parent | 244c322d25005d414ab434a519f68b1a63d521a6 (diff) | |
download | upstream-557009bbdb764544f06b1cb623c43f7555993e96.tar.gz upstream-557009bbdb764544f06b1cb623c43f7555993e96.tar.bz2 upstream-557009bbdb764544f06b1cb623c43f7555993e96.zip |
ar71xx: fix LEDs on the WRT400N
SVN-Revision: 29624
Diffstat (limited to 'target/linux/ar71xx/base-files')
-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" |