Merge pull request #13813 from aleksander0m/aleksander/longer-wait-for-init-events
modemmanager: increase initial timeout for event reporting
This commit is contained in:
commit
2d8029ad62
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue