aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/ipkg-utils
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
commit79b24fb2234d071031cfa777b569e3b63fee107d (patch)
treed7118d7e311f3aca8ccfb84a032cfce91331ed51 /toolchain/ipkg-utils
parent395698ec391b9aacacd52658f1073ef078af3bf1 (diff)
downloadupstream-79b24fb2234d071031cfa777b569e3b63fee107d.tar.gz
upstream-79b24fb2234d071031cfa777b569e3b63fee107d.tar.bz2
upstream-79b24fb2234d071031cfa777b569e3b63fee107d.zip
add downloading script (with md5sum checking and sourceforge downloading support)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@391 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/ipkg-utils')
-rw-r--r--toolchain/ipkg-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/ipkg-utils/Makefile b/toolchain/ipkg-utils/Makefile
index 0cfe3c06e4..d46e4f365c 100644
--- a/toolchain/ipkg-utils/Makefile
+++ b/toolchain/ipkg-utils/Makefile
@@ -18,7 +18,7 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_SOURCE_DIR)
$(DL_DIR)/$(PKG_SOURCE_FILE):
mkdir -p $(DL_DIR)
- $(WGET) -P $(DL_DIR) $(PKG_SOURCE_SITE)/$(PKG_SOURCE_FILE)
+ $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE_FILE) x $(PKG_SOURCE_SITE)
$(PKG_BUILD_DIR)/.unpacked: $(DL_DIR)/$(PKG_SOURCE_FILE)
mkdir -p $(TOOL_BUILD_DIR)