diff options
author | Matti Laakso <malaakso@elisanet.fi> | 2016-12-11 17:23:38 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-14 10:37:01 +0100 |
commit | 2e2748b05307b2abba00f0dd5dc2aaaab18d5057 (patch) | |
tree | 059de0012db78c80e979e234e7e3b60af4436a42 /package/network/utils/uqmi/Makefile | |
parent | 866b7bad00833ed2be9bf571b68c6d5e8034bc12 (diff) | |
download | upstream-2e2748b05307b2abba00f0dd5dc2aaaab18d5057.tar.gz upstream-2e2748b05307b2abba00f0dd5dc2aaaab18d5057.tar.bz2 upstream-2e2748b05307b2abba00f0dd5dc2aaaab18d5057.zip |
uqmi: Add support for specifying profile index
Update uqmi to latest version, which brings about 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.
Also change option dhcp to dhcpv6, since IPv4 now always uses DHCP,
replace option ipv6 with pdptype, which is less ambiguous, and
make autoconnect optional and default it to off for IPv6 due to it
not working with statically configured IPv6.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
Diffstat (limited to 'package/network/utils/uqmi/Makefile')
-rw-r--r-- | package/network/utils/uqmi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile index 06d9ac2b2b..2b832d432b 100644 --- a/package/network/utils/uqmi/Makefile +++ b/package/network/utils/uqmi/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uqmi -PKG_VERSION:=2016-08-23 +PKG_VERSION:=2016-11-22 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/uqmi.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=eb1dec7d0dc283a7f61aa574a443a0ab61f8793f +PKG_SOURCE_VERSION:=d682e966615fc652da6e4e26b57aa3adfebeb2fe PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz -PKG_MIRROR_MD5SUM:=e6273e6aee6fce419e13f84439c240d48c32020fce7f07b2dc123ae32742382c +PKG_MIRROR_MD5SUM:=a82c4682d07870d1bdf63e475afe1c1fffabf0954a49e0e67058dae0d4f6f71c PKG_MAINTAINER:=Matti Laakso <malaakso@elisanet.fi> PKG_LICENSE:=GPL-2.0 |