diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-11-06 04:44:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-11-06 04:44:06 +0000 |
commit | 1fe7cd5ed95b799db1722676e88019e7aaef6f5e (patch) | |
tree | cb4a348315e5bc1cda1c384762f2f9dfc449bc5a /package/utils/busybox/Makefile | |
parent | 61a708154d484778c7beca40da4e9b95844c8559 (diff) | |
download | upstream-1fe7cd5ed95b799db1722676e88019e7aaef6f5e.tar.gz upstream-1fe7cd5ed95b799db1722676e88019e7aaef6f5e.tar.bz2 upstream-1fe7cd5ed95b799db1722676e88019e7aaef6f5e.zip |
busybox: add 2 upstream fixes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43191
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 c546405aa9..718cf787dc 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.22.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |