mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04:00
16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_modemmanager
|
|
|
|
config MODEMMANAGER_WITH_MBIM
|
|
bool "Include MBIM support"
|
|
default n
|
|
help
|
|
Compile ModemManager with MBIM support
|
|
|
|
config MODEMMANAGER_WITH_QMI
|
|
bool "Include QMI support"
|
|
default n
|
|
help
|
|
Compile ModemManager with QMI support
|
|
endmenu
|