summaryrefslogtreecommitdiffstats
path: root/package/smartmontools/smartmontools.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/smartmontools/smartmontools.mk')
-rw-r--r--package/smartmontools/smartmontools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk
index 6a936d1f2..bf2b1fe12 100644
--- a/package/smartmontools/smartmontools.mk
+++ b/package/smartmontools/smartmontools.mk
@@ -14,7 +14,7 @@ SMARTMONTOOLS_TARGET_BINARY:=usr/sbin/smartctl
SMARTMONTOOLS_TARGET_BINARY2:=usr/sbin/smartd
$(DL_DIR)/$(SMARTMONTOOLS_SOURCE):
- $(WGET) -P $(DL_DIR) $(SMARTMONTOOLS_SITE)/$(SMARTMONTOOLS_SOURCE)
+ $(call DOWNLOAD,$(SMARTMONTOOLS_SITE),$(SMARTMONTOOLS_SOURCE))
smartmontools-source: $(DL_DIR)/$(SMARTMONTOOLS_SOURCE)