From 7eb763b9622618c64f880ec7b9cb5695ffe16b33 Mon Sep 17 00:00:00 2001 From: Oliver Sedlbauer Date: Tue, 11 Jun 2024 16:00:17 +0200 Subject: [PATCH] modemmanager: remove status message from errors The message 'MM_CONNECT_IN_PROGRESS' is a status message, not an error message. To avoid confusion, the message has been removed. Signed-off-by: Oliver Sedlbauer --- net/modemmanager/Makefile | 2 +- net/modemmanager/files/lib/netifd/proto/modemmanager.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/net/modemmanager/Makefile b/net/modemmanager/Makefile index 87a6c6a22b..479f4f3715 100644 --- a/net/modemmanager/Makefile +++ b/net/modemmanager/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=modemmanager PKG_VERSION:=1.22.0 -PKG_RELEASE:=14 +PKG_RELEASE:=15 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git diff --git a/net/modemmanager/files/lib/netifd/proto/modemmanager.sh b/net/modemmanager/files/lib/netifd/proto/modemmanager.sh index ce051a7639..89fc9ca36f 100644 --- a/net/modemmanager/files/lib/netifd/proto/modemmanager.sh +++ b/net/modemmanager/files/lib/netifd/proto/modemmanager.sh @@ -557,7 +557,6 @@ proto_modemmanager_setup() { # setup connect args; APN mandatory (even if it may be empty) echo "starting connection with apn '${apn}'..." - proto_notify_error "${interface}" MM_CONNECT_IN_PROGRESS # setup allow-roaming parameter if [ -n "${allow_roaming}" ] && [ "${allow_roaming}" -eq 0 ];then -- 2.30.2