ar71xx: add support for YunCore T830
[openwrt/staging/stintel.git] / target / linux / ar71xx / base-files / etc / board.d / 01_leds
index 24c71f2a3c1002c2db510a1254a9dd3ed09f4263..fa47461f64cdcc1146c3859bdb20bf0efb1bce8e 100755 (executable)
@@ -542,6 +542,7 @@ r36a)
        ucidef_set_led_wlan "wlan" "WLAN" "$board:blue:wlan" "phy0tpt"
        ;;
 r602n|\
+t830|\
 zbt-we1526)
        ucidef_set_led_netdev "wan" "WAN" "$board:green:wan" "eth1"
        ucidef_set_led_switch "lan1" "LAN1" "$board:green:lan1" "switch0" "0x10"
@@ -549,6 +550,12 @@ zbt-we1526)
        ucidef_set_led_switch "lan3" "LAN3" "$board:green:lan3" "switch0" "0x04"
        ucidef_set_led_switch "lan4" "LAN4" "$board:green:lan4" "switch0" "0x02"
        ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan" "phy0tpt"
+
+       case "$board" in
+       t830)
+               ucidef_set_led_usbdev "usb" "USB" "$board:green:usb" "1-1"
+               ;;
+       esac
        ;;
 r6100)
        ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0"