modemmanager: Update flag for disabling mbim

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bryan Gillespie 2018-03-16 15:46:38 -04:00 committed by Khem Raj
parent 42ad6d3ca7
commit 082a7d07ed

View File

@ -26,7 +26,7 @@ PACKAGECONFIG ??= "mbim qmi polkit \
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,"
PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit"
# Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
PACKAGECONFIG[mbim] = "--with-mbim,--with-mbim=no,libmbim"
PACKAGECONFIG[mbim] = "--with-mbim,--without-mbim,libmbim"
# Support WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi"