bcm63xx: add driver for the internal hw trng on bcm6368
[openwrt.git] / target / linux / ramips / base-files / etc / diag.sh
index b167c52..95f608a 100755 (executable)
@@ -66,9 +66,15 @@ get_status_led() {
        rt-n15)
                status_led="rt-n15:blue:power"
                ;;
-       rt-n56u)
+       rt-n10-plus)
+               status_led="asus:green:wps"
+               ;;
+       rt-n56u | wl-330n )
                status_led="asus:blue:power"
                ;;
+       sl-r7205)
+               status_led="sl-r7205:green:status"
+               ;;
        v11st-fe)
                status_led="v11st-fe:green:status"
                ;;
@@ -93,6 +99,9 @@ get_status_led() {
        wr512-3gn)
                status_led="wr512:green:wps"
                ;;
+       xdxrn502j)
+               status_led="xdxrn502j:green:power"
+               ;;
        esac
 }
 
This page took 0.02682 seconds and 4 git commands to generate.