mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
download.mk: properly quote download urls
SVN-Revision: 26129
This commit is contained in:
parent
66a6f82ee3
commit
fd0deca65d
@ -41,7 +41,7 @@ define DownloadMethod/unknown
|
||||
endef
|
||||
|
||||
define DownloadMethod/default
|
||||
$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "$(MD5SUM)" $(URL)
|
||||
$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "$(MD5SUM)" $(foreach url,$(URL),"$(url)")
|
||||
endef
|
||||
|
||||
define wrap_mirror
|
||||
|
Loading…
Reference in New Issue
Block a user