1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-21 16:18:39 +02:00
openwrt-packages/net/modemmanager/Config.in
Alberto Bursi 9f15a632c0 modemmanager: enable mbim/qmi support by default
MBIM and QMI support (necessary for modern and
high-performance LTE modems) should be default
y otherwise the only way to use modemmanager
with these protocols is to recompile the package.
This is very inconvenient for most end users.

Also fix typo in PKG_HASH definition.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2019-10-31 14:03:47 +01:00

16 lines
306 B
Plaintext

menu "Configuration"
depends on PACKAGE_modemmanager
config MODEMMANAGER_WITH_MBIM
bool "Include MBIM support"
default y
help
Compile ModemManager with MBIM support
config MODEMMANAGER_WITH_QMI
bool "Include QMI support"
default y
help
Compile ModemManager with QMI support
endmenu