[OpenWrt-Devel] [PATCH] build: download.mk: bugfix download.pl argument call order
John Crispin
blogic at openwrt.org
Thu Jan 21 02:52:45 EST 2016
On 21/01/2016 08:49, Florian Eckert wrote:
> From: Florian Eckert <Eckert.florian at googlemail.come>
>
NAK, the description is missing
> Signed-off-by: Florian Eckert <Eckert.Florian at googlemail.com>
> ---
> include/download.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/download.mk b/include/download.mk
> index ca5eee4..562a7b9 100644
> --- a/include/download.mk
> +++ b/include/download.mk
> @@ -48,7 +48,7 @@ define DownloadMethod/default
> endef
>
> define wrap_mirror
> - $(if $(if $(MIRROR),$(filter-out x,$(MIRROR_MD5SUM))),@$(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
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list