summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/binutils/binutils.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-19 22:51:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-19 22:51:51 +0000
commit682367d8ec7ec429de0f89a5b6679ec2abd70325 (patch)
tree27e1619e831268ea1fef78626ca3380be26e4325 /openwrt/toolchain/binutils/binutils.mk
parent97d994fb22b2c9044f5e8ee72b9842c3827ddeb9 (diff)
downloadmtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.zip
mtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.tar.gz
mtk-20170518-682367d8ec7ec429de0f89a5b6679ec2abd70325.tar.bz2
add downloading script (with md5sum checking and sourceforge downloading support)
SVN-Revision: 391
Diffstat (limited to 'openwrt/toolchain/binutils/binutils.mk')
-rw-r--r--openwrt/toolchain/binutils/binutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/binutils/binutils.mk b/openwrt/toolchain/binutils/binutils.mk
index 8fccbac..1bce3f9 100644
--- a/openwrt/toolchain/binutils/binutils.mk
+++ b/openwrt/toolchain/binutils/binutils.mk
@@ -24,7 +24,7 @@ BINUTILS_DIR1:=$(TOOL_BUILD_DIR)/binutils-$(BINUTILS_VERSION)-build
$(DL_DIR)/$(BINUTILS_SOURCE):
mkdir -p $(DL_DIR)
- $(WGET) -P $(DL_DIR) $(BINUTILS_SITE)/$(BINUTILS_SOURCE)
+ $(SCRIPT_DIR)/download.pl $(DL_DIR) $(BINUTILS_SOURCE) x $(BINUTILS_SITE)
$(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)
mkdir -p $(TOOL_BUILD_DIR)