[openwrt/openwrt] busybox: bump PKG_RELEASE
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 19 09:54:57 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/33daed47df5a19e451a8940ce581a9f27a6da714
commit 33daed47df5a19e451a8940ce581a9f27a6da714
Author: Konstantin Demin <rockdrilla at gmail.com>
AuthorDate: Mon Jul 14 11:05:41 2025 +0300
busybox: bump PKG_RELEASE
improves f0e7868b7e0c "busybox: adjust with glibc and libcrypt-compat"
Signed-off-by: Konstantin Demin <rockdrilla at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19404
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/utils/busybox/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index a77d1f8082..63c1dceee3 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.37.0
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
More information about the lede-commits
mailing list