From: Hauke Mehrtens Date: Thu, 18 Sep 2025 23:54:13 +0000 (+0200) Subject: uqmi: Increase PKG_RELEASE X-Git-Tag: v25.12.0-rc1~1245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0203ef3fc95bb1745418be90b30ee400b72108c2;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile index 1be3fcd9a2e..46bc37644e2 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