[source] busybox: revert accidential version bump
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 27 06:41:29 PDT 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/ae0e167f2b2e424d3d0d708a2bb6b1075f454234
commit ae0e167f2b2e424d3d0d708a2bb6b1075f454234
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Apr 27 15:38:48 2017 +0200
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 <jo at mein.io>
---
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 95814ea..40bddd6 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
More information about the lede-commits
mailing list