From 4d8cab637bd727eceb9886a3ba7d4730fcc005a5 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 6 Mar 2020 00:23:39 +0100 Subject: [PATCH] ublox-gsm-fw-update: use new wwan-config service BugzID: 61873 Signed-off-by: Patrick Zysset --- recipes-connectivity/ublox-gsm-fw-update/files/gsm-fw-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/ublox-gsm-fw-update/files/gsm-fw-update b/recipes-connectivity/ublox-gsm-fw-update/files/gsm-fw-update index 0a9043c..1a799e2 100755 --- a/recipes-connectivity/ublox-gsm-fw-update/files/gsm-fw-update +++ b/recipes-connectivity/ublox-gsm-fw-update/files/gsm-fw-update @@ -51,7 +51,7 @@ else sx -k "$XFILE_PATH" < $TTY_DEVICE > $TTY_DEVICE echo "Restarting modem config script" - systemctl restart ublox-gsm-config + systemctl restart wwan-config@wwan0 fi rm -rf $TMP_PATH