X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0859a188c5f70497dde6dc5ef33f47d626a3c65e..2e4a6abb004a48dfb92b796d292128a4a616b46b:/openwrt/package/busybox/Makefile diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 907a848d1..1e1968dcb 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/package/busybox/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_RELEASE:=2 +PKG_RELEASE:=1 ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y) # Be aware that this changes daily.... @@ -13,11 +13,11 @@ PKG_SOURCE:=$(PKG_NAME)-snapshot.tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots PKG_MD5SUM:=x else -PKG_VERSION:=1.00 +PKG_VERSION:=1.01 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads -PKG_MD5SUM:=5c7ea9b5d3b3677dfcdcec38b281a756 +PKG_MD5SUM:=f250842dae2854a38470ed16a46bba66 endif PKG_CAT:=bzcat