mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
ar71xx: indicate upgrade using system LED
This enables the system LED to indicate a running firmware upgrade. This pattern is used on most platforms provided by the generic base-files package. ar71xx uses it's own implementation for the system-LED, where the upgrade case is not yet implemented. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
6ec288a178
commit
9e1e432469
@ -575,6 +575,9 @@ set_state() {
|
|||||||
preinit_regular)
|
preinit_regular)
|
||||||
status_led_blink_preinit_regular
|
status_led_blink_preinit_regular
|
||||||
;;
|
;;
|
||||||
|
upgrade)
|
||||||
|
status_led_blink_preinit_regular
|
||||||
|
;;
|
||||||
done)
|
done)
|
||||||
status_led_on
|
status_led_on
|
||||||
case $(board_name) in
|
case $(board_name) in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user