[openwrt/openwrt] uqmi: update to latest HEAD

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 3 03:17:19 PDT 2025


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/c46cccde284ce15c4e6c0cb49da510acb748d238

commit c46cccde284ce15c4e6c0cb49da510acb748d238
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Mon Jul 28 03:01:37 2025 +0200

    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 at david-bauer.net>
    (cherry picked from commit 1df3d0c4b87a05200708ff8644d3c071d1693747)
---
 package/network/utils/uqmi/Makefile | 8 ++++----
 1 file 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 at elisanet.fi>
 
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list