[openwrt/openwrt] ipq806x: fix Extreme Networks AP3935 LAN LED order

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 22 04:40:44 PDT 2025


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/394697b7e4812c70bf8e886248c66939c22ca2d1

commit 394697b7e4812c70bf8e886248c66939c22ca2d1
Author: Christian Schmidbauer <github at grische.xyz>
AuthorDate: Thu May 29 11:00:10 2025 +0200

    ipq806x: fix Extreme Networks AP3935 LAN LED order
    
    Fixes LAN LED "1" to show activity of LAN1 and LAN LED "2" to show
    activity of LAN2, not vice versa.
    
    Signed-off-by: Christian Schmidbauer <github at grische.xyz>
    (cherry picked from commit f02e614f50f14be8244c2217392a317e046d8b01)
---
 target/linux/ipq806x/base-files/etc/board.d/01_leds | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/ipq806x/base-files/etc/board.d/01_leds
index c96d5e69c4..60988dec6b 100644
--- a/target/linux/ipq806x/base-files/etc/board.d/01_leds
+++ b/target/linux/ipq806x/base-files/etc/board.d/01_leds
@@ -34,8 +34,8 @@ edgecore,ecw5410)
 	ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:wlan5g" "phy0tpt"
 	;;
 extreme,ap3935)
-	ucidef_set_led_netdev "wan" "wan" "orange:lan1" "eth1"
-	ucidef_set_led_netdev "lan" "lan" "orange:lan2" "eth0"
+	ucidef_set_led_netdev "wan" "wan" "orange:lan1" "eth0"
+	ucidef_set_led_netdev "lan" "lan" "orange:lan2" "eth1"
 	;;
 fortinet,fap-421e)
 	ucidef_set_led_netdev "eth1-100" "ETH1-100" "amber:eth1" "eth0" "link_100"




More information about the lede-commits mailing list