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:
@@ -191,8 +191,7 @@ get_status_led() {
|
||||
px-4885|\
|
||||
re6500|\
|
||||
whr-1166d|\
|
||||
whr-600d|\
|
||||
widora-neo)
|
||||
whr-600d)
|
||||
status_led="$board:orange:wifi"
|
||||
;;
|
||||
mzk-ex300np|\
|
||||
@@ -230,6 +229,9 @@ get_status_led() {
|
||||
wlr-6000)
|
||||
status_led="$board:red:power"
|
||||
;;
|
||||
widora-neo)
|
||||
status_led="widora:orange:wifi"
|
||||
;;
|
||||
wzr-agl300nh)
|
||||
status_led="$board:green:router"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user