bootcount: fix typo in INITSCRIPT_PARAMS

Add missing curly brace

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Stephan Klatt 2024-02-14 17:14:15 +01:00 committed by Arturo Buzarra
parent e0193228ad
commit df1a6160ba
1 changed files with 1 additions and 1 deletions

View File

@ -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"