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:
@@ -223,8 +223,7 @@ get_status_led() {
|
|||||||
;;
|
;;
|
||||||
re6500|\
|
re6500|\
|
||||||
whr-1166d|\
|
whr-1166d|\
|
||||||
whr-600d|\
|
whr-600d)
|
||||||
widora-neo)
|
|
||||||
status_led="$boardname:orange:wifi"
|
status_led="$boardname:orange:wifi"
|
||||||
;;
|
;;
|
||||||
mzk-ex300np|\
|
mzk-ex300np|\
|
||||||
@@ -285,6 +284,9 @@ get_status_led() {
|
|||||||
zbt-we2026)
|
zbt-we2026)
|
||||||
status_led="$boardname:red:power"
|
status_led="$boardname:red:power"
|
||||||
;;
|
;;
|
||||||
|
widora-neo)
|
||||||
|
status_led="widora:orange:wifi"
|
||||||
|
;;
|
||||||
wzr-agl300nh)
|
wzr-agl300nh)
|
||||||
status_led="$boardname:green:router"
|
status_led="$boardname:green:router"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user