From 0203ef3fc95bb1745418be90b30ee400b72108c2 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 19 Sep 2025 01:54:13 +0200 Subject: [PATCH] uqmi: Increase PKG_RELEASE Make sure that the package gets updated after the last fix. Fixes: cd20ae44f22d ("uqmi: fix data-format parsing") Signed-off-by: Hauke Mehrtens --- 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 -- 2.30.2