[openwrt/openwrt] uqmi: Increase PKG_RELEASE
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 18 16:56:01 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0203ef3fc95bb1745418be90b30ee400b72108c2
commit 0203ef3fc95bb1745418be90b30ee400b72108c2
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: cd20ae44f22d ("uqmi: fix data-format parsing")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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