mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user