aboutsummaryrefslogtreecommitdiff
path: root/net/modemmanager/files/usr/lib/ModemManager
Commit message (Collapse)AuthorAge
* modemmanager: reconnect interface if the modemmanager detects a disconnectFlorian Eckert2024-03-06
| | | | | | | | | | | | | | | | There are situation for mobile routers, that the modemmanager can not stay connected to the mobile network. There can have various reasons. In order for the system to reconnect automatically, the netifd must be informed that it must re-establish the connection. The modem manager already does have a script callback handling which is already used by the modemmanager in openwrt. Currently the modem is marked as not unavailable when a disconnected event is detected. The behavior was changed with this commit, so that a reconnect of the interface is now triggerd via the netifd if the modem disconnects. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* modemmanager: moving the openwrt related files to subdirectoriesFlorian Eckert2024-03-05
Moving the openwrt related files to subdirectories as they are installed on the system. This change makes it immediately apparent during development where the file is to be installed in the running system. Signed-off-by: Florian Eckert <fe@dev.tdt.de>