From 33daed47df5a19e451a8940ce581a9f27a6da714 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Mon, 14 Jul 2025 11:05:41 +0300 Subject: [PATCH] busybox: bump PKG_RELEASE improves f0e7868b7e0c "busybox: adjust with glibc and libcrypt-compat" Signed-off-by: Konstantin Demin Link: https://github.com/openwrt/openwrt/pull/19404 Signed-off-by: Hauke Mehrtens --- 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 a77d1f80820..63c1dceee3c 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