From: Hauke Mehrtens Date: Thu, 18 Sep 2025 23:54:13 +0000 (+0200) Subject: uqmi: Increase PKG_RELEASE X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0203ef3fc95bb1745418be90b30ee400b72108c2;p=openwrt%2Fstaging%2Fthess.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 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