diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2023-12-01 21:38:40 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2023-12-02 21:57:38 +0100 |
commit | 3f442c1eb9eac9f91f96b2833eb5e3a8c57f7442 (patch) | |
tree | df77ac9761e9a48ee4a173a01c7f6b4809730fab /target/linux/ipq40xx/base-files/etc/board.d/01_leds | |
parent | 4f7835cbf03ab0610df68700e64e16454039fe23 (diff) |
ipq40xx: update ASUS RT-AC58U leds DTS nodes
- use color, function, function-enumerator properties.
- removes the label properties from LED nodes.
- add panic-indicator to the blue power/status LED.
Note: yes this brings the combined LAN/"switch" LED sort of back,
though I fully admit, it's a bit jank. Do you know a better option?
then please tell/make a PR!
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/base-files/etc/board.d/01_leds')
-rw-r--r-- | target/linux/ipq40xx/base-files/etc/board.d/01_leds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/01_leds b/target/linux/ipq40xx/base-files/etc/board.d/01_leds index 1ba5d2b1a7..187bafccb9 100644 --- a/target/linux/ipq40xx/base-files/etc/board.d/01_leds +++ b/target/linux/ipq40xx/base-files/etc/board.d/01_leds @@ -20,8 +20,8 @@ asus,rt-ac42u) ucidef_set_led_netdev "wan" "WAN" "blue:wan" "wan" ;; asus,rt-ac58u) - ucidef_set_led_netdev "wan" "WAN" "blue:wan" "eth1" - ucidef_set_led_switch "lan" "LAN" "blue:lan" "switch0" "0x1e" + ucidef_set_led_netdev "wan" "WAN" "blue:wan" "wan" + ucidef_set_led_netdev "lan" "LAN" "blue:lan" "br-lan" ;; avm,fritzbox-4040) ucidef_set_led_wlan "wlan" "WLAN" "green:wlan" "phy0tpt" "phy1tpt" |