turn status LED off if device finished initializing
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 1 Jul 2011 18:39:53 +0000 (18:39 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 1 Jul 2011 18:39:53 +0000 (18:39 +0000)
SVN-Revision: 27341

target/linux/ar71xx/base-files/etc/diag.sh

index 67073a7aa17988d0f68a61a889230c5095afb4ee..81dc303b8954d7ed49f4b7ae8f0ce3fdd73c5987 100755 (executable)
@@ -144,7 +144,7 @@ set_state() {
                status_led_set_timer 50 50
                ;;
        done)
-               status_led_on
+               status_led_off
                ;;
        esac
 }