aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-06-16 13:24:11 +0000
committerNicolas Thill <nico@openwrt.org>2010-06-16 13:24:11 +0000
commitfff3ce6bd44e5eeb5b59e2a3fdc84d6a6ab1aad8 (patch)
treebb00c1c2e4bbc56053e65f7f5756cf330805eb45 /package/busybox/Makefile
parent2d105c7588bd472764be9e2c8b6517a681629edf (diff)
downloadupstream-fff3ce6bd44e5eeb5b59e2a3fdc84d6a6ab1aad8.tar.gz
upstream-fff3ce6bd44e5eeb5b59e2a3fdc84d6a6ab1aad8.tar.bz2
upstream-fff3ce6bd44e5eeb5b59e2a3fdc84d6a6ab1aad8.zip
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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 3a06ad0eac..aa51b17c8d 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