diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-05 18:46:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-05 18:46:43 +0000 |
commit | b6ce09fea492d3a886845a2112f82693340d7129 (patch) | |
tree | 6e49374f4749762f56a6367a20d8ecb194640437 /target/linux/ar71xx/base-files | |
parent | f494bcc2228409eaa5efefca8f0bdad74c76153e (diff) | |
download | upstream-b6ce09fea492d3a886845a2112f82693340d7129.tar.gz upstream-b6ce09fea492d3a886845a2112f82693340d7129.tar.bz2 upstream-b6ce09fea492d3a886845a2112f82693340d7129.zip |
ar71xx: use WPS led for diagnostic on WRT160NL
SVN-Revision: 17518
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 05e58c312a..cb599203e2 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; } |