mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-12 22:44:49 +04:00
mediatek: acer-predator-w6x: add LED boot status support
Define led-boot, led-failsafe, led-running, and led-upgrade in the Acer Predator W6X DTSI so the system LED reflects the standard OpenWrt boot and runtime states. Signed-off-by: Dimitri Souza <dimitri.souza@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23958 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
committed by
Jonas Jelonek
parent
3392fd3513
commit
002e7613e0
@@ -11,6 +11,10 @@
|
||||
/ {
|
||||
aliases {
|
||||
serial0 = &uart0;
|
||||
led-boot = &led_status_rgb;
|
||||
led-failsafe = &led_status_rgb;
|
||||
led-running = &led_status_rgb;
|
||||
led-upgrade = &led_status_rgb;
|
||||
};
|
||||
|
||||
chosen: chosen {
|
||||
|
||||
Reference in New Issue
Block a user