[openwrt/openwrt] uqmi: Increase PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 18 16:57:14 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/de44a349084af8481aa5f67ceacf424e06b0a166

commit de44a349084af8481aa5f67ceacf424e06b0a166
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Sep 19 01:54:13 2025 +0200

    uqmi: Increase PKG_RELEASE
    
    Make sure that the package gets updated after the last fix.
    
    Fixes: 9d83c1b1a9d4 ("uqmi: fix data-format parsing")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 0203ef3fc95bb1745418be90b30ee400b72108c2)
---
 package/network/utils/uqmi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index 1be3fcd9a2..46bc37644e 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:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/uqmi.git




More information about the lede-commits mailing list