Browse Source

modemmanager: flag as available and no_device when initializing

Otherwise, if the modem is reseted, netifd will think that the device
is gone forever.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
lilik-openwrt-22.03
Aleksander Morgado 5 years ago
parent
commit
cc4ee2fd3c
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      net/modemmanager/Makefile
  2. +2
    -0
      net/modemmanager/files/modemmanager.proto

+ 1
- 1
net/modemmanager/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=modemmanager
PKG_VERSION:=1.12.0
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=ModemManager-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.freedesktop.org/software/ModemManager


+ 2
- 0
net/modemmanager/files/modemmanager.proto View File

@ -304,6 +304,8 @@ modemmanager_disconnected_method_common() {
}
proto_modemmanager_init_config() {
available=1
no_device=1
proto_config_add_string "device:device"
proto_config_add_string apn
proto_config_add_string username


Loading…
Cancel
Save