mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
lantiq: diag - switch off the power led on failsafe
This patch is a follow up to commit 4cf3fd4
"add support for indicating
the boot state using three leds".
At the time of writing the patch, I wasn't aware that it's possible to
switch info failsafe after boot (factory reset).
Enabling the failsafe led without disabling the running led causes an
unexpected led colour on devices using a single multicolour led to
indicate the boot state.
Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
32012decc3
commit
551c9c8300
@ -17,6 +17,10 @@ set_state() {
|
|||||||
;;
|
;;
|
||||||
failsafe)
|
failsafe)
|
||||||
status_led_off
|
status_led_off
|
||||||
|
[ -n "$running" ] && {
|
||||||
|
status_led="$running"
|
||||||
|
status_led_off
|
||||||
|
}
|
||||||
status_led="$failsafe"
|
status_led="$failsafe"
|
||||||
status_led_blink_failsafe
|
status_led_blink_failsafe
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user