From ba75f0d0bb72e26a8ffb1160f48af245bc695654 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 28 Jul 2025 03:01:37 +0200 Subject: [PATCH] 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 --- 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 0ebdadc19b..aaa2f1d043 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 PKG_LICENSE:=GPL-2.0 -- 2.30.2