bootcount: fix typo in INITSCRIPT_PARAMS
Add missing curly brace Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
a71ab3313d
commit
637c392cd5
|
|
@ -39,6 +39,6 @@ FILES:${PN} += " \
|
||||||
|
|
||||||
INITSCRIPT_PACKAGES += "${PN}"
|
INITSCRIPT_PACKAGES += "${PN}"
|
||||||
INITSCRIPT_NAME:${PN} = "bootcount-init"
|
INITSCRIPT_NAME:${PN} = "bootcount-init"
|
||||||
INITSCRIPT_PARAMS:${PN = "start 19 2 3 4 5 . stop 21 0 1 6 ."
|
INITSCRIPT_PARAMS:${PN} = "start 19 2 3 4 5 . stop 21 0 1 6 ."
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "bootcount-init.service"
|
SYSTEMD_SERVICE:${PN} = "bootcount-init.service"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue