summaryrefslogtreecommitdiffstats
path: root/package/network/utils/uqmi/Makefile
diff options
context:
space:
mode:
authorFilip Moc <lede@moc6.cz>2020-11-18 20:36:12 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-11-22 21:13:39 +0000
commit9ebbb5511392571c008f92f37bf477d04c2f4d88 (patch)
treeb40788e2d08718ca6b1f508bcff6eb390bab77e8 /package/network/utils/uqmi/Makefile
parent2b3a0cabea33763775dbc4b8aab5f54a377bd71e (diff)
downloadopenwrt-9ebbb5511392571c008f92f37bf477d04c2f4d88.tar.gz
openwrt-9ebbb5511392571c008f92f37bf477d04c2f4d88.tar.bz2
openwrt-9ebbb5511392571c008f92f37bf477d04c2f4d88.zip
uqmi: add support for IPv4 autoconf from QMI
There already was an option for autoconfiguring IPv4 from QMI but this was removed by commit 3b9b963e6e08 ("uqmi: always use DHCP for IPv4"). DHCP does not work on MR400 LTE module (in TL-MR6400 v4) so let's readd support for IPv4 autoconf from QMI but this time allow to configure this for IPv4 and IPv6 independently and keep DHCP default on IPv4. Signed-off-by: Filip Moc <lede@moc6.cz>
Diffstat (limited to 'package/network/utils/uqmi/Makefile')
-rw-r--r--package/network/utils/uqmi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index dee4bd051e..4a15a15c19 100644
--- a/package/network/utils/uqmi/Makefile
+++ b/package/network/utils/uqmi/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uqmi
-PKG_RELEASE:=7
+PKG_RELEASE:=8
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uqmi.git