mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 14:44:44 +02:00
download.mk: properly quote download urls (backport of r26129)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26131 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fcde4daf31
commit
18fb0dd54c
@ -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…
x
Reference in New Issue
Block a user