payloads/external: Download iPXE over HTTPS
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>
This commit is contained in:
parent
9677fbfe51
commit
b02e341b6f
|
@ -22,7 +22,7 @@ TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)
|
||||||
|
|
||||||
project_name=iPXE
|
project_name=iPXE
|
||||||
project_dir=ipxe
|
project_dir=ipxe
|
||||||
project_git_repo=git://git.ipxe.org/ipxe.git
|
project_git_repo=https://git.ipxe.org/ipxe.git
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue