ar71xx: add user-space support for the BXU2000n-2 A1 board
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index 3962aa2..1cabd10 100755 (executable)
@@ -37,6 +37,9 @@ get_status_led() {
        bullet-m | rocket-m | nano-m | nanostation-m)
                status_led="ubnt:green:link4"
                ;;
+       bxu2000n-2-a1)
+               status_led="bhu:green:status"
+               ;;
        cap4200ag)
                status_led="senao:green:pwr"
                ;;
@@ -188,6 +191,9 @@ get_status_led() {
        zcn-1523h-2 | zcn-1523h-5)
                status_led="zcn-1523h:amber:init"
                ;;
+       wlr8100)
+               status_led="sitecom:amber:status"
+               ;;
        esac
 }