From ee91a6f9be69250b4f60c7b6a6ed8deffcec9b32 Mon Sep 17 00:00:00 2001 From: Mikhail Zhilkin Date: Mon, 10 Aug 2026 19:19:23 +0300 Subject: [PATCH] airoha: configure network activity LEDs for Nokia XG-040G-MD Set up network device LEDs for lan2, lan3, and lan4 interfaces on the Nokia XG-040G-MD board to display network TX and RX activity. Signed-off-by: Mikhail Zhilkin Link: https://github.com/openwrt/openwrt/pull/24673 Signed-off-by: Robert Marko --- target/linux/airoha/an7581/base-files/etc/board.d/01_leds | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/target/linux/airoha/an7581/base-files/etc/board.d/01_leds b/target/linux/airoha/an7581/base-files/etc/board.d/01_leds index f492d3e14d3..1a130b91b64 100644 --- a/target/linux/airoha/an7581/base-files/etc/board.d/01_leds +++ b/target/linux/airoha/an7581/base-files/etc/board.d/01_leds @@ -19,6 +19,12 @@ gemtek,w1700k-ubi) ucidef_set_led_netdev "lan4-yellow" "lan4" "yellow:lan-4" "lan4" "link_10 link_100" ucidef_set_led_netdev "lan4-green" "lan4" "green:lan-4" "lan4" "link_1000 tx rx" ;; +nokia,xg-040g-md|\ +nokia,xg-040g-md-ubi) + ucidef_set_led_netdev "lan2" "lan2" "mt7530-0:0a:green:lan-2" "lan2" "link tx rx" + ucidef_set_led_netdev "lan3" "lan3" "mt7530-0:0b:green:lan-3" "lan3" "link tx rx" + ucidef_set_led_netdev "lan4" "lan4" "mt7530-0:0c:green:lan-4" "lan4" "link tx rx" + ;; esac board_config_flush -- 2.47.3