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

SVN-Revision: 32079
This commit is contained in:
Felix Fietkau 2012-06-06 13:45:53 +00:00
parent 23fc737b9d
commit e8ff034c8b

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