aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-05-24 07:06:23 +0000
committerNicolas Thill <nico@openwrt.org>2006-05-24 07:06:23 +0000
commit2639fcb22873f4a104972c496eeb8cc86847a0c4 (patch)
treeacdb0d2e7e361393f49b8e0d2cb18981ab95fa34 /package/busybox/Makefile
parent032493e5e5f0d8621bb27669602f9171673d176d (diff)
downloadmaster-187ad058-2639fcb22873f4a104972c496eeb8cc86847a0c4.tar.gz
master-187ad058-2639fcb22873f4a104972c496eeb8cc86847a0c4.tar.bz2
master-187ad058-2639fcb22873f4a104972c496eeb8cc86847a0c4.zip
sync busybox with trunk (update to v1.1.3).
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3823 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index cc36301f52..799372fad3 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -3,13 +3,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
-PKG_VERSION:=1.1.2
+PKG_VERSION:=1.1.3
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads
-PKG_MD5SUM:=0b5d78072302fe687407956537bdb9e3
+PKG_MD5SUM:=19a0b475169335f17e421cf644616fe7
PKG_CAT:=bzcat
include $(TOPDIR)/package/rules.mk