Skip to content
Snippets Groups Projects
Commit 26b5764c authored by aiyion.prime's avatar aiyion.prime Committed by Linus Lüssing
Browse files

gluon-setup-mode: add fallback led-boot as status

for devices in targets that do no implement `get_status_led` in /etc/diag.sh
and do not have an led-running in their dts
parent 11905af1
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ start() {
if [ -z $status_led ]; then
status_led="$running"
fi
if [ -z $status_led ]; then
status_led="$boot"
fi
status_led_set_timer 1000 300
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment