diff options
| author | Konstantin Demin | 2025-07-14 08:05:41 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 16:54:05 +0000 |
| commit | 33daed47df5a19e451a8940ce581a9f27a6da714 (patch) | |
| tree | 74f813ea7e81eeb35415e52a633fd445cfb49b9b | |
| parent | e034b99e0445d950223cfbf498bfb7c2eccbda0e (diff) | |
| download | openwrt-33daed47df5a19e451a8940ce581a9f27a6da714.tar.gz | |
busybox: bump PKG_RELEASE
improves f0e7868b7e0c "busybox: adjust with glibc and libcrypt-compat"
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19404
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/utils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |