diff options
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index e8c29fa037..cc30999e1c 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -351,8 +351,7 @@ y1) set_usb_led "$board:blue:usb" ucidef_set_led_netdev "wifi" "WIFI" "$board:blue:wifi" "wlan1" ucidef_set_led_netdev "wifi5g" "WIFI5G" "$board:blue:wifi5g" "wlan0" - ucidef_set_led_netdev "lan" "LAN" "$board:blue:lan" "eth0.1" "tx rx" - ucidef_set_led_netdev "wan" "WAN" "$board:blue:internet" "eth0.2" "tx rx" + ucidef_set_led_switch "lan" "LAN" "$board:blue:lan" "switch0" "0x03" ;; y1s) set_usb_led "$board:blue:usb" |