ar71xx: add support for the MikroTik RB911-2Hn/5Hn boards
[openwrt/staging/noltari.git] / target / linux / ar71xx / base-files / etc / board.d / 01_leds
index fac9dfa7abfa0a9d247031735be2cb3bf412e099..ecd3723c6a74ed298d3a0812eb65072217192b09 100755 (executable)
@@ -58,8 +58,7 @@ sc1750|\
 sc450)
        ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan" "phy0tpt"
        ;;
-archer-c25-v1|\
-archer-c7-v4)
+archer-c25-v1)
        ucidef_set_led_netdev "wan" "WAN" "$board:green:wan" "eth0"
        ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan2g" "phy1tpt"
        ucidef_set_led_wlan "wlan5g" "WLAN5G" "$board:green:wlan5g" "phy0tpt"
@@ -67,12 +66,6 @@ archer-c7-v4)
        ucidef_set_led_switch "lan2" "LAN2" "$board:green:lan2" "switch0" "0x08"
        ucidef_set_led_switch "lan3" "LAN3" "$board:green:lan3" "switch0" "0x04"
        ucidef_set_led_switch "lan4" "LAN4" "$board:green:lan4" "switch0" "0x02"
-       case "$board" in
-               archer-c7-v4)
-                       ucidef_set_led_usbdev "usb1" "USB1" "$board:green:usb1" "1-1"
-                       ucidef_set_led_usbdev "usb2" "USB2" "$board:green:usb2" "2-1"
-               ;;
-       esac
        ;;
 archer-c58-v1|\
 archer-c59-v1|\
@@ -299,6 +292,10 @@ rb-750up-r2)
        ucidef_set_led_switch "port4" "port3" "rb:green:port4" "switch0" "0x04"
        ucidef_set_led_switch "port5" "port5" "rb:green:port5" "switch0" "0x02"
        ;;
+rb-911-2hn|\
+rb-911-5hn)
+       ucidef_set_led_netdev "eth" "ETH" "rb:green:eth" "eth0"
+       ;;
 rb-941-2nd)
        ucidef_set_led_timer "user" "USR/ACT" "rb:green:user" "1000" "1000"
        ;;
@@ -782,6 +779,17 @@ archer-c7)
        ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy1tpt"
        ucidef_set_led_wlan "wlan5g" "WLAN5G" "tp-link:blue:wlan5g" "phy0tpt"
        ;;
+archer-c7-v4)
+       ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan2g" "phy1tpt"
+       ucidef_set_led_wlan "wlan5g" "WLAN5G" "$board:green:wlan5g" "phy0tpt"
+       ucidef_set_led_switch "wan" "WAN" "$board:green:wan" "switch0" "0x02"
+       ucidef_set_led_switch "lan1" "LAN1" "$board:green:lan4" "switch0" "0x04"
+       ucidef_set_led_switch "lan2" "LAN2" "$board:green:lan3" "switch0" "0x08"
+       ucidef_set_led_switch "lan3" "LAN3" "$board:green:lan2" "switch0" "0x10"
+       ucidef_set_led_switch "lan4" "LAN4" "$board:green:lan1" "switch0" "0x20"
+       ucidef_set_led_usbdev "usb1" "USB1" "$board:green:usb1" "1-1"
+       ucidef_set_led_usbdev "usb2" "USB2" "$board:green:usb2" "2-1"
+       ;;
 tl-wpa8630)
        ucidef_set_led_netdev "lan" "LAN" "$board:green:lan" "eth0"
        ucidef_set_led_netdev "wlan" "WLAN" "$board:green:wlan" "wlan1"