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 | b21049660fd1ea5d4ea40138ad02f0facc876289 (patch) | |
tree | a446379780ec5f789b1d5ab0bc2beb6960ecad85 /package/busybox/Makefile | |
parent | 789da134321da01dc4d6b07a6d4f75924bc9a18e (diff) | |
download | upstream-b21049660fd1ea5d4ea40138ad02f0facc876289.tar.gz upstream-b21049660fd1ea5d4ea40138ad02f0facc876289.tar.bz2 upstream-b21049660fd1ea5d4ea40138ad02f0facc876289.zip |
update to busybox 1.4.2 (fixes #1653)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7157 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 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 |