[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index cbe15c6..c6f2cf7 100755 (executable)
@@ -90,6 +90,9 @@ get_status_led() {
        rb-411 | rb-411u | rb-433 | rb-433u | rb-450 | rb-450g | rb-493)
                status_led="rb4xx:yellow:user"
                ;;
+       rb-750)
+               status_led="rb750:green:act"
+               ;;
        routerstation | routerstation-pro)
                status_led="ubnt:green:rf"
                ;;
@@ -162,6 +165,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.022364 seconds and 4 git commands to generate.