download.mk: refuse to download mirror tarballs from packages using version control if no mirror md5sum was provided

SVN-Revision: 32079
lede-17.01
Felix Fietkau 2012-06-06 13:45:53 +00:00
parent 23fc737b9d
commit e8ff034c8b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ define DownloadMethod/default
endef
define wrap_mirror
$(if $(MIRROR),@$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "$(MIRROR_MD5SUM)" || ( $(1) ),$(1))
$(if $(if $(MIRROR),$(filter-out x,$(MIRROR_MD5SUM))),@$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "$(MIRROR_MD5SUM)" || ( $(1) ),$(1))
endef
define DownloadMethod/cvs