mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 11:55:30 +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:
parent
b1544d6256
commit
53a9db66e3
@ -61,7 +61,11 @@ set_state() {
|
||||
status_led_set_timer 50 50
|
||||
;;
|
||||
done)
|
||||
status_led_off
|
||||
if [ "$status_led" = "power" ]; then
|
||||
status_led_on
|
||||
else
|
||||
status_led_off
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user