From b02e341b6f1451ed2bc6e04999831a9899a6f6bd Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer 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 Reviewed-on: https://review.coreboot.org/17971 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Paul Menzel --- payloads/external/iPXE/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads') 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