X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/12bb1cec17115937f51b3f5c4dbb7ee58a6adbf3..a4119793ba8e930e0c7b08a5b98d5b3e46e4e575:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 8eede3599..9abbe348a 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -4,18 +4,17 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.11.3 -PKG_RELEASE:=5 +PKG_VERSION:=1.13.4 +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:=4355ad8bb57ce3b39ad827566c1a6da3 +PKG_MD5SUM:=8a5eb7f15d4077d18fa97bda7a4e5412 include $(INCLUDE_DIR)/package.mk