diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-21 11:35:33 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-21 15:16:37 +0200 |
commit | 5166732a4e08bd905f3df958da29e62a0a08cc27 (patch) | |
tree | 27d478b2463b58d5dd3737d735400ba7b9caa9f2 /target/linux | |
parent | 80bb5adf98134858f6c837f4943c0838dd2cf52b (diff) | |
download | upstream-5166732a4e08bd905f3df958da29e62a0a08cc27.tar.gz upstream-5166732a4e08bd905f3df958da29e62a0a08cc27.tar.bz2 upstream-5166732a4e08bd905f3df958da29e62a0a08cc27.zip |
ramips: use green power LED as status indicator for Buffalo WSR-1166 and WSR-600
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 3a13851d67..2988cd9ff5 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -193,7 +193,7 @@ get_status_led() { ;; wsr-1166|\ wsr-600) - status_led="$board:orange:diag" + status_led="$board:green:power" ;; wrtnode2r | \ wrtnode2p | \ |