mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 03:36:29 +00:00
ramips: fix USB LED for Belkin F9K1109v1
Device support for Belkin F9K1109v1 was added using set_usb_led() although this was removed in772b27c207
("ramips: set F5D8235 v1 usb led trigger via devicetree"). Use ucidef_set_led_usbport() instead. Fixes:f2c83532f9
("ramips: add support for Belkin F9K1109v1") Signed-off-by: Sungbo Eo <mans0n@gorani.run> [rephrase commit title and message, backport] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit1f455418ef
)
This commit is contained in:
parent
2c16044ccf
commit
08c850f046
@ -70,7 +70,7 @@ hiwifi,hc5861b)
|
||||
set_wifi_led "$boardname:green:wlan2g"
|
||||
;;
|
||||
belkin,f9k1109v1)
|
||||
set_usb_led "$boardname:green:usb1"
|
||||
ucidef_set_led_usbport "usb" "USB" "$boardname:green:usb1" "usb1-port1"
|
||||
ucidef_set_led_netdev "lan" "lan" "$boardname:blue:wps" "eth0"
|
||||
;;
|
||||
broadway)
|
||||
|
Loading…
Reference in New Issue
Block a user