From: Jo-Philipp Wich Date: Thu, 27 Apr 2017 13:38:48 +0000 (+0200) Subject: busybox: revert accidential version bump X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ae0e167f2b2e424d3d0d708a2bb6b1075f454234;p=librecmc%2Flibrecmc.git 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 --- 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