From b02e341b6f1451ed2bc6e04999831a9899a6f6bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= <j.neuschaefer@gmx.net>
Date: Tue, 27 Dec 2016 16:31:30 +0100
Subject: payloads/external: Download iPXE over HTTPS
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: Ie4979ab8491ee821b39a273c5f354c445105d2a4
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/17971
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 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
 
-- 
cgit v1.2.3