modemmanager: enable mbim/qmi support by default 10412/head
authorAlberto Bursi <alberto.bursi@outlook.it>
Thu, 31 Oct 2019 13:03:47 +0000 (14:03 +0100)
committerAlberto Bursi <alberto.bursi@outlook.it>
Thu, 31 Oct 2019 13:03:47 +0000 (14:03 +0100)
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>
net/modemmanager/Config.in
net/modemmanager/Makefile

index 3b4a255a7db75146f6eef3856db0e030b0d1d445..28e65a319fbceca13a08d776dc580a6260423253 100644 (file)
@@ -3,13 +3,13 @@ depends on PACKAGE_modemmanager
 
        config MODEMMANAGER_WITH_MBIM
                bool "Include MBIM support"
-               default n
+               default y
                help
                  Compile ModemManager with MBIM support
 
        config MODEMMANAGER_WITH_QMI
                bool "Include QMI support"
-               default n
+               default y
                help
                  Compile ModemManager with QMI support
 endmenu
index b3416e744a7835e549a22dc79fa4794e7ac5e27e..26b24ae165357dedf05dda9b4a49025d16a79e52 100644 (file)
@@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=modemmanager
 PKG_VERSION:=1.10.6
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=ModemManager-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://www.freedesktop.org/software/ModemManager
-PKG_HASH=3c2ca73782215664141042422759899ca9846440fc26d6223c7cf7ea4dd3c996
+PKG_HASH:=3c2ca73782215664141042422759899ca9846440fc26d6223c7cf7ea4dd3c996
 PKG_BUILD_DIR:=$(BUILD_DIR)/ModemManager-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Nicholas Smith <nicholas.smith@telcoantennas.com.au>