summaryrefslogtreecommitdiffstats
path: root/package/fconfig/fconfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/fconfig/fconfig.mk')
-rw-r--r--package/fconfig/fconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
index ffab1395c..e4eb15036 100644
--- a/package/fconfig/fconfig.mk
+++ b/package/fconfig/fconfig.mk
@@ -12,7 +12,7 @@ FCONFIG_BINARY:=fconfig
FCONFIG_TARGET_BINARY:=sbin/fconfig
$(DL_DIR)/$(FCONFIG_SOURCE):
- $(WGET) -P $(DL_DIR) $(FCONFIG_SITE)/$(FCONFIG_SOURCE)
+ $(call DOWNLOAD,$(FCONFIG_SITE),$(FCONFIG_SOURCE))
fconfig-source: $(DL_DIR)/$(FCONFIG_SOURCE)