aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit79b24fb2234d071031cfa777b569e3b63fee107d (patch)
treed7118d7e311f3aca8ccfb84a032cfce91331ed51 /target/squashfs-lzma
parent395698ec391b9aacacd52658f1073ef078af3bf1 (diff)
downloadmaster-187ad058-79b24fb2234d071031cfa777b569e3b63fee107d.tar.gz
master-187ad058-79b24fb2234d071031cfa777b569e3b63fee107d.tar.bz2
master-187ad058-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 'target/squashfs-lzma')
-rw-r--r--target/squashfs-lzma/squashfslzmaroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs-lzma/squashfslzmaroot.mk b/target/squashfs-lzma/squashfslzmaroot.mk
index ee7ede84b0..62b7dbb7b7 100644
--- a/target/squashfs-lzma/squashfslzmaroot.mk
+++ b/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 -