Skip to content

Commit

Permalink
Enable NTP command
Browse files Browse the repository at this point in the history
Fixes TLS issues
  • Loading branch information
valtzu committed Mar 14, 2022
1 parent 6302860 commit 8f2d1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $(EFI_FD) : submodules efi-basetools
$(IPXE_GENERAL) : submodules
mkdir -p $$(dirname $@) || true
echo "#define DOWNLOAD_PROTO_HTTPS" > $@
echo "#define NTP_CMD" >> $@

$(IPXE_CONSOLE) : submodules
mkdir -p $$(dirname $@) || true
Expand Down

0 comments on commit 8f2d1a4

Please sign in to comment.