bcm63xx: add initial support for bcm6368 boards
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index 3d57854..09d4184 100755 (executable)
@@ -67,8 +67,9 @@ get_status_led() {
        hornet-ub)
                status_led="alfa:blue:wps"
                ;;
-       ja76pf)
-               status_led="ja76pf:green:led1"
+       ja76pf | \
+       ja76pf2)
+               status_led="jjplus:green:led1"
                ;;
        ls-sr71)
                status_led="ubnt:green:d22"
@@ -161,6 +162,8 @@ set_state() {
        case "$1" in
        preinit)
                insmod leds-gpio
+               insmod ledtrig-default-on
+               insmod ledtrig-timer
                status_led_set_timer 200 200
                ;;
        failsafe)
This page took 0.022223 seconds and 4 git commands to generate.