mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +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
|
endef
|
||||||
|
|
||||||
define DownloadMethod/default
|
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
|
endef
|
||||||
|
|
||||||
define wrap_mirror
|
define wrap_mirror
|
||||||
|
Loading…
Reference in New Issue
Block a user