summaryrefslogtreecommitdiffstats
path: root/package/pciutils
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:42:52 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 11:42:52 +0000
commit4a7bfd27757e076837e400f18d8371d792eade0e (patch)
tree3521b2b1562ad6532bc1ba8c83568b2365bc0f9a /package/pciutils
parentd58636d7658f5f5455f417b1ad81ed0dab361d56 (diff)
downloadbuildroot-novena-4a7bfd27757e076837e400f18d8371d792eade0e.tar.gz
buildroot-novena-4a7bfd27757e076837e400f18d8371d792eade0e.zip
package/: convert to DOWNLOAD helper
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index 8d2ad67ae..2a7fe88fd 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/pciutils.mk
@@ -25,10 +25,10 @@ PCIIDS_COMPRESSOR=cat
endif
$(DL_DIR)/$(PCIUTILS_SOURCE):
- $(WGET) -P $(DL_DIR) $(PCIUTILS_SITE)/$(PCIUTILS_SOURCE)
+ $(call DOWNLOAD,$(PCIUTILS_SITE),$(PCIUTILS_SOURCE))
$(DL_DIR)/$(PCIIDS_SOURCE):
- $(WGET) -P $(DL_DIR) $(PCIIDS_SITE)/$(PCIIDS_SOURCE)
+ $(call DOWNLOAD,$(PCIIDS_SITE),$(PCIIDS_SOURCE))
$(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE)
$(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -