revert r27341, it introduce wrong behaviour for other models
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 1 Jul 2011 19:15:45 +0000 (19:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 1 Jul 2011 19:15:45 +0000 (19:15 +0000)
SVN-Revision: 27342

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

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