summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bauer2025-07-28 01:01:37 +0000
committerDavid Bauer2025-09-03 10:17:02 +0000
commitc46cccde284ce15c4e6c0cb49da510acb748d238 (patch)
tree35a9b129cd673c03f8044900d15bcbb4a95aff4e
parente32ee37fdadf6d17d33a45375c21c17f54e8eb80 (diff)
downloadopenwrt-c46cccde284ce15c4e6c0cb49da510acb748d238.tar.gz
uqmi: update to latest HEAD
7914da4 uqmi: extend wda-get-data-format 7aef645 wda: add option for enabling flow-control f74ddb3 wds: implement retrieval of profile list 6be8b6e wds: implement selection of LTE attach PDNs 21c4aaa wds: implement selection of default profile 5c844c0 wds: implement profile deletion 0756755 wds: reduce code duplication 283fbe0 data: add downlink padding option 4b90804 wda: allow agggregation parameter configuration c20c017 uqmi: enable binding WDS sessions to QMAP multiplex a1b37fe uqmi: fix whitespace errors Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit 1df3d0c4b87a05200708ff8644d3c071d1693747)
-rw-r--r--package/network/utils/uqmi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index 31c7b19166..1be3fcd9a2 100644
--- a/package/network/utils/uqmi/Makefile
+++ b/package/network/utils/uqmi/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uqmi
-PKG_RELEASE:=2
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uqmi.git
-PKG_SOURCE_DATE:=2025-04-20
-PKG_SOURCE_VERSION:=a933061911aa4c49e953af618c3fb02ce6014142
-PKG_MIRROR_HASH:=656d58c02bd7769dc57fae31425cc1d4f5c952500fa5bf20cb4d6434d131e7df
+PKG_SOURCE_DATE:=2025-07-30
+PKG_SOURCE_VERSION:=7914da43cddaaf6cfba116260c81e6e9adffd5ab
+PKG_MIRROR_HASH:=5972a5f90bd60d34b5c7a8cec14ae98f13dbb6ea5b35d845ce5da7a8a3b0e59c
PKG_MAINTAINER:=Matti Laakso <malaakso@elisanet.fi>
PKG_LICENSE:=GPL-2.0