1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/net/modemmanager
Aleksander Morgado 470fcc221b modemmanager: fix 'any' iptype setting
When the user requests 'any' as 'iptype', we may get either IPv4 or
IPv6 settings.

Simplify the logic by not requiring any explicit iptype before loading
the method reported by the bearer object for IPv4 and IPv6; just load
the methods right away and setup settings based on those.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-15 15:41:25 +01:00
..
files modemmanager: fix 'any' iptype setting 2019-11-15 15:41:25 +01:00
Config.in modemmanager: enable mbim/qmi support by default 2019-10-31 14:03:47 +01:00
Makefile modemmanager: fix 'any' iptype setting 2019-11-15 15:41:25 +01:00
README.md modemmanager: add ModemManager to packages 2019-09-27 11:26:51 +10:00

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'