diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-05 18:46:43 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-05 18:46:43 +0000 |
commit | 64f5e7faa328ddab76962ed520452e85ea4eed91 (patch) | |
tree | ec74f1b1360d58511feeab1d7355550f82cdef7c | |
parent | e325b77df14abcd994e1c8ee035418a151bc12c7 (diff) |
ar71xx: use WPS led for diagnostic on WRT160NL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17518 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 05e58c312..cb599203e 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -73,7 +73,7 @@ get_status_led() { status_led="wrt400n:blue:status" ;; wrt160nl) - status_led="wrt160nl:blue:status" + status_led="wrt160nl:blue:wps" ;; esac; } |