diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 14:08:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 14:08:16 +0000 |
commit | 70dfdaf0cfc479bb963d89c1cdab3e02b10812a3 (patch) | |
tree | 42887f579aecd7e30904fb5dfc22048ed5b28471 /openwrt/package/busybox | |
parent | 262895b157d9808805706a57232ea19d1a204be8 (diff) | |
download | mtk-20170518-70dfdaf0cfc479bb963d89c1cdab3e02b10812a3.zip mtk-20170518-70dfdaf0cfc479bb963d89c1cdab3e02b10812a3.tar.gz mtk-20170518-70dfdaf0cfc479bb963d89c1cdab3e02b10812a3.tar.bz2 |
fix building busybox snapshots
SVN-Revision: 515
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r-- | openwrt/package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 09b6727..78da169 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/package/busybox/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=0.${shell date +"%G%m%d"} PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-.tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots -PKG_MD5SUM:=5c7ea9b5d3b3677dfcdcec38b281a756 +PKG_MD5SUM:=x else PKG_VERSION:=1.00 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |