diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 12:07:53 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 12:07:53 +0000 |
commit | 3ff43a6838a6a67d58513ac47b2fe68b0f1d6713 (patch) | |
tree | 8f0fc1e5d1eff57ec271526af3b841cdc6b9bab8 /target/u-boot | |
parent | ed5f6093c0cf2b06b04e287a8cf0547440844733 (diff) | |
download | buildroot-novena-3ff43a6838a6a67d58513ac47b2fe68b0f1d6713.tar.gz buildroot-novena-3ff43a6838a6a67d58513ac47b2fe68b0f1d6713.zip |
buildroot: convert remaining WGET users to DOWNLOAD helper
Diffstat (limited to 'target/u-boot')
-rw-r--r-- | target/u-boot/Makefile.in | 2 |
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) \ |