diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-04 17:52:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-04 17:52:02 +0000 |
commit | c31df6e995c36e2b14b74f727b8392e6c1c10afc (patch) | |
tree | 68b32e1188f7c55bf05be6f510aabeb4032f5893 /package/utils/busybox/Makefile | |
parent | 94850b0068be2dcfffe201bfbd5832dbea418d2c (diff) | |
download | upstream-c31df6e995c36e2b14b74f727b8392e6c1c10afc.tar.gz upstream-c31df6e995c36e2b14b74f727b8392e6c1c10afc.tar.bz2 upstream-c31df6e995c36e2b14b74f727b8392e6c1c10afc.zip |
busybox: update to version 1.23.2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45272
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r-- | package/utils/busybox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 7c9bca530e..9571d48bec 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.22.1 -PKG_RELEASE:=6 +PKG_VERSION:=1.23.2 +PKG_RELEASE:=1 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ -PKG_MD5SUM:=337d1a15ab1cb1d4ed423168b1eb7d7e +PKG_MD5SUM:=7925683d7dd105aabe9b6b618d48cc73 PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc BUSYBOX_CONFIG_PAM:libpam PKG_BUILD_PARALLEL:=1 |