ramips: add support for indicating the boot state using multiple leds
Use diag.sh version used for other targets supporting different leds for the different boot states. The existing led sequences should be the same as before. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
772b27c207
commit
8f4dfadd5a
214 changed files with 877 additions and 217 deletions
|
@ -10,7 +10,10 @@
|
|||
model = "OY-0001";
|
||||
|
||||
aliases {
|
||||
led-status = &led_power;
|
||||
led-boot = &led_power;
|
||||
led-failsafe = &led_power;
|
||||
led-running = &led_power;
|
||||
led-upgrade = &led_power;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue