aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/comgt/Makefile
diff options
context:
space:
mode:
authorMatti Laakso <malaakso@elisanet.fi>2016-12-11 17:28:52 +0200
committerJohn Crispin <john@phrozen.org>2016-12-14 10:37:01 +0100
commit5bd3b9dfc04cce9a630539a0db090f65775996f5 (patch)
tree5722ae59c5b689803f28d84a912e1629d21199a8 /package/network/utils/comgt/Makefile
parent2e2748b05307b2abba00f0dd5dc2aaaab18d5057 (diff)
downloadupstream-5bd3b9dfc04cce9a630539a0db090f65775996f5.tar.gz
upstream-5bd3b9dfc04cce9a630539a0db090f65775996f5.tar.bz2
upstream-5bd3b9dfc04cce9a630539a0db090f65775996f5.zip
comgt-ncm: Add support for specifying profile index
Add support for specifying a call profile index instead of APN. A specific index different from 1 must be used for some service provider and modem combinations. In addition, change the manufacturer detection to use the standard AT+CGMI command, which produces more predictable output than ATI, remove the redundant ipv6 option, since it is less ambiguous to directly specify the PDP context type with mobile connections, and fix missing device during teardown when using ncm through the wwan proto. Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
Diffstat (limited to 'package/network/utils/comgt/Makefile')
-rw-r--r--package/network/utils/comgt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile
index 9d99d640bc..4b6e6eaf82 100644
--- a/package/network/utils/comgt/Makefile
+++ b/package/network/utils/comgt/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=comgt
PKG_VERSION:=0.32
-PKG_RELEASE:=27
+PKG_RELEASE:=28
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/comgt