mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #13813 from aleksander0m/aleksander/longer-wait-for-init-events
modemmanager: increase initial timeout for event reporting
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=modemmanager
|
PKG_NAME:=modemmanager
|
||||||
PKG_VERSION:=1.14.6
|
PKG_VERSION:=1.14.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=ModemManager-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=ModemManager-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://www.freedesktop.org/software/ModemManager
|
PKG_SOURCE_URL:=https://www.freedesktop.org/software/ModemManager
|
||||||
|
|||||||
@@ -301,7 +301,7 @@ mm_report_events_from_cache() {
|
|||||||
# Remove the sysfs cache
|
# Remove the sysfs cache
|
||||||
rm -f "${MODEMMANAGER_SYSFS_CACHE}"
|
rm -f "${MODEMMANAGER_SYSFS_CACHE}"
|
||||||
|
|
||||||
local n=10
|
local n=60
|
||||||
local step=1
|
local step=1
|
||||||
local mmrunning=0
|
local mmrunning=0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user