diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-08 12:51:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-08 12:51:13 +0000 |
commit | d5542640d48f99d3060f586ec98057e254f61114 (patch) | |
tree | 0a4acffbb21f1506a21e47ecaca2fcb1527be0fa /target/linux/ramips/base-files | |
parent | 67159b7ea6bf60673729b27cbed962fa083fc831 (diff) | |
download | upstream-d5542640d48f99d3060f586ec98057e254f61114.tar.gz upstream-d5542640d48f99d3060f586ec98057e254f61114.tar.bz2 upstream-d5542640d48f99d3060f586ec98057e254f61114.zip |
ramips: fix Power LED handling for WHR-300HP2, WHR-600D, WHR-1166D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45930
Diffstat (limited to 'target/linux/ramips/base-files')
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index c5b2921bc2..d6001c5d5b 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -166,9 +166,7 @@ get_status_led() { whr-g300n) status_led="whr-g300n:green:router" ;; - wmr300 | \ - whr-300hp2 | \ - whr-600d) + wmr300) status_led="buffalo:green:status" ;; wli-tx4-ag300n) @@ -186,6 +184,9 @@ get_status_led() { wr8305rt) status_led="wr8305rt:sys" ;; + whr-300hp2 | \ + whr-600d | \ + whr-1166d | \ wsr-600 | \ wsr-1166) status_led="buffalo:orange:diag" |