From caafc464f375679fb0d3f7b8fcc5461c8a57643d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Tue, 27 Dec 2016 16:31:30 +0100 Subject: [PATCH] UPSTREAM: payloads/external: Download iPXE over HTTPS BUG=None BRANCH=None TEST=None Signed-off-by: Jonathan Neuschfer Reviewed-on: https://review.coreboot.org/17971 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Paul Menzel Change-Id: Ie4979ab8491ee821b39a273c5f354c445105d2a4 Reviewed-on: https://chromium-review.googlesource.com/425264 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- payloads/external/iPXE/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile index 8e079369d1..f45edfd028 100644 --- a/payloads/external/iPXE/Makefile +++ b/payloads/external/iPXE/Makefile @@ -22,7 +22,7 @@ TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID) project_name=iPXE project_dir=ipxe -project_git_repo=git://git.ipxe.org/ipxe.git +project_git_repo=https://git.ipxe.org/ipxe.git all: build