]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ipq806x: fix Extreme Networks AP3935 LAN LED order
authorChristian Schmidbauer <github@grische.xyz>
Thu, 29 May 2025 09:00:10 +0000 (11:00 +0200)
committerDavid Bauer <mail@david-bauer.net>
Wed, 11 Jun 2025 16:42:54 +0000 (18:42 +0200)
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@grische.xyz>
target/linux/ipq806x/base-files/etc/board.d/01_leds

index c96d5e69c471d6b13d1ce94b274fecd5fe2d4eb0..60988dec6b5d829c38173309e1fac4f52c5ec0b2 100644 (file)
@@ -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"