aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2021-03-09 17:46:52 +0200
committerHans Dedecker <dedeckeh@gmail.com>2021-03-13 21:20:17 +0100
commite17e212b51ac8b39778191f9be29d9c2f86989db (patch)
treeb330695560f2f6510a6a704d40984ad7a11289f2 /package/utils/busybox/Makefile
parent3b6c93298cafcdada8a2b320e342b0125ae581d4 (diff)
downloadupstream-e17e212b51ac8b39778191f9be29d9c2f86989db.tar.gz
upstream-e17e212b51ac8b39778191f9be29d9c2f86989db.tar.bz2
upstream-e17e212b51ac8b39778191f9be29d9c2f86989db.zip
busybox: backport fixes for 1.33.0
Backport two fixes for 1.33.0 * history file storing * traceroute command option parsing Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit c1f3c52564fdec85394e7c338f56df0943ce8b10)
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 3fef000c62..9df358ef78 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.33.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2