ramips: fix widora neo diag led

The diag LED is named widora🍊wifi and can't be derived from the
boardname.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2017-12-27 22:09:52 +01:00
parent a1908023cc
commit 959a49dc15

View File

@ -191,8 +191,7 @@ get_status_led() {
px-4885|\ px-4885|\
re6500|\ re6500|\
whr-1166d|\ whr-1166d|\
whr-600d|\ whr-600d)
widora-neo)
status_led="$board:orange:wifi" status_led="$board:orange:wifi"
;; ;;
mzk-ex300np|\ mzk-ex300np|\
@ -230,6 +229,9 @@ get_status_led() {
wlr-6000) wlr-6000)
status_led="$board:red:power" status_led="$board:red:power"
;; ;;
widora-neo)
status_led="widora:orange:wifi"
;;
wzr-agl300nh) wzr-agl300nh)
status_led="$board:green:router" status_led="$board:green:router"
;; ;;