mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: payloads/external: Download iPXE over HTTPS
BUG=None BRANCH=None TEST=None Signed-off-by: Jonathan Neuschfer <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> Change-Id: Ie4979ab8491ee821b39a273c5f354c445105d2a4 Reviewed-on: https://chromium-review.googlesource.com/425264 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
67ff362802
commit
caafc464f3
1 changed files with 1 additions and 1 deletions
2
payloads/external/iPXE/Makefile
vendored
2
payloads/external/iPXE/Makefile
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue