]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
bmips: fix LAN LEDs configuration
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sat, 7 Jun 2025 19:13:23 +0000 (21:13 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sat, 7 Jun 2025 19:13:23 +0000 (21:13 +0200)
Commit Fixes: 15430a13485b ("bmips: use wan ports as standalone ports")
removed bridge devices and therefore switch.1 no longer exists, so let's
use br-lan instead.

Fixes: 15430a13485b ("bmips: use wan ports as standalone ports")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bmips/bcm6368/base-files/etc/board.d/01_leds

index 9af5257c1160e315bde2c50d0fbe3db355e91123..122a4b8f655bca79c19904c3118abe49993a4f38 100644 (file)
@@ -15,7 +15,7 @@ comtrend,wap-5813n)
        ;;
 netgear,dgnd3700-v1 |\
 netgear,dgnd3800b)
-       ucidef_set_led_netdev "lan" "LAN" "green:lan" "switch.1"
+       ucidef_set_led_netdev "lan" "LAN" "green:lan" "br-lan"
        ucidef_set_led_netdev "wan" "WAN" "green:wan" "wan"
        ucidef_set_led_netdev "wlan0" "WIFI2G" "green:wifi2g" "phy0-ap0"
        ucidef_set_led_netdev "wlan1" "WIFI5G" "blue:wifi5g" "phy1-ap0"
@@ -23,7 +23,7 @@ netgear,dgnd3800b)
        ucidef_set_led_usbport "usb2" "USB2" "green:usb2" "usb1-port2" "usb2-port2"
        ;;
 netgear,evg2000)
-       ucidef_set_led_netdev "lan" "LAN" "green:lan" "switch.1"
+       ucidef_set_led_netdev "lan" "LAN" "green:lan" "br-lan"
        ucidef_set_led_netdev "wan" "WAN" "green:wan" "wan"
        ucidef_set_led_usbdev "usb" "USB" "green:usb" "usb1-port1" "usb2-port1" "usb1-port2" "usb2-port2"
        ;;