mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
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:
parent
a1908023cc
commit
959a49dc15
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user