diff options
author | 2021-04-08 00:16:13 +0300 | |
---|---|---|
committer | 2021-04-08 00:16:13 +0300 | |
commit | ac40dcd3ada89fd4089e293a6fd123f0c235d16d (patch) | |
tree | 5f4e5632959f6ec81248ddae20de7f0af2522d44 | |
parent | 57907c632d9057ef75b39474d581761f2091c952 (diff) | |
download | meta-qcom-ac40dcd3ada89fd4089e293a6fd123f0c235d16d.tar.gz meta-qcom-ac40dcd3ada89fd4089e293a6fd123f0c235d16d.tar.bz2 meta-qcom-ac40dcd3ada89fd4089e293a6fd123f0c235d16d.zip |
lt9611uxc-upgrade: fix systemd condition name
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r-- | recipes-bsp/lt9611uxc-upgrade/lt9611uxc-upgrade/lt9611uxc.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/lt9611uxc-upgrade/lt9611uxc-upgrade/lt9611uxc.service b/recipes-bsp/lt9611uxc-upgrade/lt9611uxc-upgrade/lt9611uxc.service index c55e8ff..79c510c 100644 --- a/recipes-bsp/lt9611uxc-upgrade/lt9611uxc-upgrade/lt9611uxc.service +++ b/recipes-bsp/lt9611uxc-upgrade/lt9611uxc-upgrade/lt9611uxc.service @@ -1,6 +1,6 @@ [Unit] Description=Update LT9611UXC Firmware -ConditionOnFirstBoot=true +ConditionFirstBoot=true After=systemd-udev-settle.service [Service] |