ramips: add missing LEDs to Asus RT-AX53U
[openwrt/staging/hauke.git] / target / linux / ramips / mt7621 / base-files / etc / board.d / 01_leds
index 18a26cdfc0de6ffe2a88d4d88ca3027fbc53e6f5..c7aeabb0fc84cc8cf36f8472fdd8294c9d879a90 100644 (file)
@@ -7,6 +7,11 @@ board=$(board_name)
 board_config_update
 
 case $board in
+asus,rt-ax53u)
+       ucidef_set_led_usbport "usb" "USB" "blue:usb" "usb1-port2"
+       ucidef_set_led_wlan "wlan2g" "WiFi 2.4GHz" "mt76-phy0" "phy0tpt"
+       ucidef_set_led_wlan "wlan5g" "WiFi 5GHz" "mt76-phy1" "phy1tpt"
+       ;;
 asus,rt-n56u-b1)
        ucidef_set_led_netdev "lan" "LAN link" "blue:lan" "br-lan"
        ucidef_set_led_netdev "wan" "WAN link" "blue:wan" "wan"