diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-09-22 12:36:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-09-22 12:36:13 +0000 |
commit | 6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd (patch) | |
tree | 943d93fd17ec7066fbbb59dd795d1bd219e28341 /package/busybox/Makefile | |
parent | e211b7791df08f6074e8d36886ec897b38109228 (diff) | |
download | upstream-6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd.tar.gz upstream-6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd.tar.bz2 upstream-6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd.zip |
upgrade busybox to v1.11.2 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12648 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 3b8984a176..9cc89d3841 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.11.1 +PKG_VERSION:=1.11.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:=c64bbb5c0c3e19f12892941a0ae86c48 +PKG_MD5SUM:=63f11148e09fe9844fa726061414e9ac include $(INCLUDE_DIR)/package.mk |