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
e0193228ad
commit
df1a6160ba
|
|
@ -39,6 +39,6 @@ FILES:${PN} += " \
|
|||
|
||||
INITSCRIPT_PACKAGES += "${PN}"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue