diff options
author | Mike Baker <mbm@openwrt.org> | 2007-05-10 08:01:55 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2007-05-10 08:01:55 +0000 |
commit | 2bb4aa3e90c0c4e96e06b7615ee761ab0ddc85e9 (patch) | |
tree | 1f50b466d90a4fbe4d8c5636ad8ce5da99ca0b88 /package/busybox/Makefile | |
parent | 324c12d220e179e60ea141b42b422b91a184856c (diff) | |
download | upstream-2bb4aa3e90c0c4e96e06b7615ee761ab0ddc85e9.tar.gz upstream-2bb4aa3e90c0c4e96e06b7615ee761ab0ddc85e9.tar.bz2 upstream-2bb4aa3e90c0c4e96e06b7615ee761ab0ddc85e9.zip |
update to busybox 1.4.2 (fixes #1653)
SVN-Revision: 7157
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 03a0ebd549..3bdc125d58 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.4.1 +PKG_VERSION:=1.4.2 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:=5728403bce309cdabcffa414e2e64052 +PKG_MD5SUM:=b4c61fb15642be9dde20e8493788c585 include $(INCLUDE_DIR)/package.mk |