From ae0e167f2b2e424d3d0d708a2bb6b1075f454234 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 27 Apr 2017 15:38:48 +0200 Subject: [PATCH] busybox: revert accidential version bump Due to an oversight during patch conflict resolution, the PKG_VERSION got accidentially bumped instead of the PKG_RELEASE field. Revert the bad version change as there exists no upstream 1.25.2 version. Signed-off-by: Jo-Philipp Wich --- 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 95814eaee4..40bddd6b58 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.25.2 +PKG_VERSION:=1.25.1 PKG_RELEASE:=4 PKG_FLAGS:=essential -- 2.30.2