summaryrefslogtreecommitdiff
path: root/openwrt/target/squashfs-lzma
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/target/squashfs-lzma
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/target/squashfs-lzma')
-rw-r--r--openwrt/target/squashfs-lzma/squashfslzmaroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk
index ee7ede8..62b7dbb 100644
--- a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk
+++ b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk
@@ -9,7 +9,7 @@ SQUASHFSLZMA_SOURCE=squashfs2.1-r2-lzma.tar.gz
SQUASHFSLZMA_SITE=http://openwrt.openbsd-geek.de
$(DL_DIR)/$(SQUASHFSLZMA_SOURCE):
- $(WGET) -P $(DL_DIR) $(SQUASHFSLZMA_SITE)/$(SQUASHFSLZMA_SOURCE)
+ $(SCRIPT_DIR)/download.pl $(DL_DIR) $(SQUASHFSLZMA_SOURCE) x $(SQUASHFSLZMA_SITE)
$(SQUASHFSLZMA_DIR)/.unpacked: $(DL_DIR)/$(SQUASHFSLZMA_SOURCE)
zcat $(DL_DIR)/$(SQUASHFSLZMA_SOURCE) | tar -C $(BUILD_DIR) -xvf -