diff options
Diffstat (limited to 'payloads/external')
-rw-r--r-- | payloads/external/iPXE/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |