mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 12:39:45 +01:00
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@grische.xyz>
(cherry picked from commit f02e614f50)
This commit is contained in:
parent
05d243637a
commit
394697b7e4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue