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 | 2219c8b27fd32c014061600098b0d8956fd3b882 (patch) | |
tree | 0e0744aeefb50e7a790704d94d293d5c46bfe4fb /package/busybox/Makefile | |
parent | 5d45133fc27115d491740cdbe03b1af1eed43fed (diff) | |
download | upstream-2219c8b27fd32c014061600098b0d8956fd3b882.tar.gz upstream-2219c8b27fd32c014061600098b0d8956fd3b882.tar.bz2 upstream-2219c8b27fd32c014061600098b0d8956fd3b882.zip |
upgrade busybox to v1.11.2 and add current upstream fixes
SVN-Revision: 12648
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 |