mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 21:27:18 +01:00
mediatek: enable wan led for Keenetic KN-(3711/3811)
The indicator is unused by default and not associated
with the wan port. So let’s fix this.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21635
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 46ff60ce02)
This commit is contained in:
parent
593b7d924e
commit
a71aef647b
1 changed files with 4 additions and 0 deletions
|
|
@ -123,6 +123,10 @@ netcraze,nc-1812)
|
|||
ucidef_set_led_netdev "wlan5g" "WLAN5G" "green:wlan" "phy0.1-ap0"
|
||||
ucidef_set_led_netdev "internet" "internet" "green:wan-online" "wan" "link"
|
||||
;;
|
||||
keenetic,kn-3711|\
|
||||
keenetic,kn-3811)
|
||||
ucidef_set_led_netdev "internet" "internet" "green:wan" "wan" "link"
|
||||
;;
|
||||
mercusys,mr80x-v3)
|
||||
ucidef_set_led_netdev "lan1" "lan-1" "green:lan-1" "lan1" "link tx rx"
|
||||
ucidef_set_led_netdev "lan2" "lan-2" "green:lan-2" "lan2" "link tx rx"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue