1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 12:29:32 +02:00

[brcm63xx]: base-files: diag.sh: For power button as preinit status led, end with led left on, not off

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22466 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-08-02 19:33:08 +00:00
parent b1544d6256
commit 53a9db66e3

View File

@ -61,7 +61,11 @@ set_state() {
status_led_set_timer 50 50
;;
done)
if [ "$status_led" = "power" ]; then
status_led_on
else
status_led_off
fi
;;
esac
}