mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -10,7 +10,7 @@ STUNNEL_CAT:=$(ZCAT)
|
||||
STUNNEL_DIR:=$(BUILD_DIR)/stunnel-$(STUNNEL_VERSION)
|
||||
|
||||
$(DL_DIR)/$(STUNNEL_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(STUNNEL_SITE)/$(STUNNEL_SOURCE)
|
||||
$(call DOWNLOAD,$(STUNNEL_SITE),$(STUNNEL_SOURCE))
|
||||
|
||||
stunnel-source: $(DL_DIR)/$(STUNNEL_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user