summaryrefslogtreecommitdiff
path: root/target/ubifs
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:48:43 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:48:43 +0000
commited5f6093c0cf2b06b04e287a8cf0547440844733 (patch)
treeb15192968b6f7b8ef0e64cb8f058afb0f9ceaef5 /target/ubifs
parent0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3 (diff)
target/: convert to DOWNLOAD helper
Diffstat (limited to 'target/ubifs')
-rw-r--r--target/ubifs/ubifsroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ubifs/ubifsroot.mk b/target/ubifs/ubifsroot.mk
index d397ff2f5..f0b519d81 100644
--- a/target/ubifs/ubifsroot.mk
+++ b/target/ubifs/ubifsroot.mk
@@ -13,7 +13,7 @@ MKFS_UBIFS_CAT:=$(ZCAT)
MKFS_UBIFS_NAME:=mkfs.ubifs
$(DL_DIR)/$(MKFS_UBIFS_SOURCE):
- $(WGET) -O $(DL_DIR)/$(MKFS_UBIFS_SOURCE) "$(MKFS_UBIFS_URL)"
+ $(call DOWNLOAD,"$(MKFS_UBIFS_URL)")
$(MKFS_UBIFS_DIR)/.unpacked: $(DL_DIR)/$(MKFS_UBIFS_SOURCE)
$(ZCAT) $(DL_DIR)/$(MKFS_UBIFS_SOURCE) | tar -C $(BUILD_DIR) -xvf -