diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2021-03-09 17:46:52 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2021-03-13 21:18:02 +0100 |
commit | c1f3c52564fdec85394e7c338f56df0943ce8b10 (patch) | |
tree | 8a659d80b078c98d23c9ba200b0c4db25723820c /package/utils/busybox/Makefile | |
parent | 79b6a4bd3cabf6ae711e1e8f82ce43f717696cf4 (diff) | |
download | upstream-c1f3c52564fdec85394e7c338f56df0943ce8b10.tar.gz upstream-c1f3c52564fdec85394e7c338f56df0943ce8b10.tar.bz2 upstream-c1f3c52564fdec85394e7c338f56df0943ce8b10.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>
Diffstat (limited to 'package/utils/busybox/Makefile')
-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 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 |