openwrt-packages/net/modemmanager
Aleksander Morgado ede1a8221b modemmanager: set interface MTU based on bearer settings
Using the same method used by other protocol handlers like uqmi.

Fixes https://github.com/openwrt/packages/issues/11383

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
(cherry picked from commit 41552c1cc2)
2020-05-26 10:28:56 +02:00
..
files modemmanager: set interface MTU based on bearer settings 2020-05-26 10:28:56 +02:00
Config.in modemmanager: add ModemManager to packages 2020-01-28 11:52:04 +10:00
Makefile modemmanager: set interface MTU based on bearer settings 2020-05-26 10:28:56 +02:00
README.md modemmanager: add ModemManager to packages 2020-01-28 11:52:04 +10:00

README.md

OpenWrt ModemManager

Description

Cellular modem control and connectivity

Optional libraries libmbim and libqmi are available. Optional mbim-utils and qmi-utils are available. Your modem may require additional kernel modules.

Usage

Once installed, you can configure the 2G/3G/4G modem connections directly in

/etc/config/network as in the following example:

config interface 'broadband'
    option device   '/sys/devices/platform/soc/20980000.usb/usb1/1-1/1-1.2/1-1.2.1'
    option proto    'modemmanager'
    option apn      'ac.vodafone.es'
    option username 'vodafone'
    option password 'vodafone'
    option pincode  '7423'
    option lowpower '1'