aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds13
1 files changed, 10 insertions, 3 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 ab077bff13..99720391a0 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -339,11 +339,18 @@ wndr3700v5)
wt3020)
ucidef_set_led_default "power" "power" "$board:blue:power" "0"
;;
-y1|\
+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"
+ ;;
y1s)
- ucidef_set_led_default "power" "power" "$board:blue:power" "1"
set_usb_led "$board:blue:usb"
- set_wifi_led "$board:blue:wifi"
+ ucidef_set_led_netdev "wifi" "WIFI" "$board:yellow:wifi" "wlan1"
+ ucidef_set_led_netdev "wifi5g" "WIFI5G" "$board:blue:wifi" "wlan0"
+ ucidef_set_led_netdev "wan" "WAN" "$board:blue:internet" "eth0.2" "tx rx"
;;
zbt-ape522ii)
ucidef_set_led_netdev "wlan2g4" "wlan1-link" "$board:green:wlan2g4" "wlan1"