diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-16 13:24:11 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-16 13:24:11 +0000 |
commit | 8a27bf15dc9b689fce5b201b453dbbce7a94317f (patch) | |
tree | bb00c1c2e4bbc56053e65f7f5756cf330805eb45 /package/busybox/Makefile | |
parent | ea95e2b3fcb035251a7f15eb6dd3f975672e6533 (diff) |
package/busybox: update to 1.16.2 (bug fix release)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21813 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 3a06ad0ea..aa51b17c8 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.16.1 -PKG_RELEASE:=7 +PKG_VERSION:=1.16.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:=319486ec65078d07fde26eb620fecde7 +PKG_MD5SUM:=2ba980f720a5bdce4ec05423519acc35 include $(INCLUDE_DIR)/package.mk |