summaryrefslogtreecommitdiff
path: root/target/u-boot
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 12:07:53 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 12:07:53 +0000
commit3ff43a6838a6a67d58513ac47b2fe68b0f1d6713 (patch)
tree8f0fc1e5d1eff57ec271526af3b841cdc6b9bab8 /target/u-boot
parented5f6093c0cf2b06b04e287a8cf0547440844733 (diff)
buildroot: convert remaining WGET users to DOWNLOAD helper
Diffstat (limited to 'target/u-boot')
-rw-r--r--target/u-boot/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in
index b5bb8e1dd..baf331da7 100644
--- a/target/u-boot/Makefile.in
+++ b/target/u-boot/Makefile.in
@@ -76,7 +76,7 @@ endef
#"))
$(DL_DIR)/$(U_BOOT_SOURCE):
- $(WGET) -P $(DL_DIR) $(U_BOOT_SITE)/$(U_BOOT_SOURCE)
+ $(call DOWNLOAD,$(U_BOOT_SITE),$(U_BOOT_SOURCE))
$(U_BOOT_DIR)/.unpacked: $(DL_DIR)/$(U_BOOT_SOURCE)
$(U_BOOT_CAT) $(DL_DIR)/$(U_BOOT_SOURCE) \