diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 19:08:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 19:08:01 +0000 |
commit | 9cd5733d25f2a84ced3fdda74251a878f0c6ea04 (patch) | |
tree | ab809d24ab32107d774f0dfcd5c0c9ad1461ab5b /package/busybox/Makefile | |
parent | 1dca8493f3f357cb3623a8fa69278c89ae46b311 (diff) | |
download | upstream-9cd5733d25f2a84ced3fdda74251a878f0c6ea04.tar.gz upstream-9cd5733d25f2a84ced3fdda74251a878f0c6ea04.tar.bz2 upstream-9cd5733d25f2a84ced3fdda74251a878f0c6ea04.zip |
upgrade busybox to 1.4.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 1ad4074002..c1944722e3 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.3.1 +PKG_VERSION:=1.4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ -PKG_MD5SUM:=571531cfa83726947ccb566de017ad4f +PKG_MD5SUM:=f24a3c1e08bc55ec44381d588e8bcced PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |