diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-04-27 15:38:48 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-27 15:38:48 +0200 |
commit | ae0e167f2b2e424d3d0d708a2bb6b1075f454234 (patch) | |
tree | 0f6a7ef0a15fced2ed92492bbab755f5304dbe16 /package/utils/busybox | |
parent | fe0b1713725913511b5042322f7305a418a04e54 (diff) | |
download | mtk-20170518-ae0e167f2b2e424d3d0d708a2bb6b1075f454234.zip mtk-20170518-ae0e167f2b2e424d3d0d708a2bb6b1075f454234.tar.gz mtk-20170518-ae0e167f2b2e424d3d0d708a2bb6b1075f454234.tar.bz2 |
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@mein.io>
Diffstat (limited to 'package/utils/busybox')
-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 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 |