Skip to content
Snippets Groups Projects
Commit 559af35c authored by nbd's avatar nbd
Browse files

ramips: fix Power LED handling for WHR-300HP2, WHR-600D, WHR-1166D


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45930 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 39d99ed9
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment