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>
This commit is contained in:
parent
f7735158f3
commit
f02e614f50
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…
Reference in a new issue