summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2017-03-06 16:01:39 +0100
committerMichael Brown2017-03-07 14:39:55 +0100
commit0e0e0321a5d1e27e55df98ebe8a2b32b73a7f547 (patch)
treed35908fca7558dd4a2e0dc59f2072ea6c01697bf /src/config
parent[thunderx] Don't disable NIC when exiting from iPXE (diff)
downloadipxe-0e0e0321a5d1e27e55df98ebe8a2b32b73a7f547.tar.gz
ipxe-0e0e0321a5d1e27e55df98ebe8a2b32b73a7f547.tar.xz
ipxe-0e0e0321a5d1e27e55df98ebe8a2b32b73a7f547.zip
[efi] Add missing SANBOOT_PROTO_HTTP to EFI default configuration
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/defaults/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 2e4c2832..a4f70a1d 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -31,6 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define SANBOOT_PROTO_AOE /* AoE protocol */
#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */
+#define SANBOOT_PROTO_HTTP /* HTTP SAN protocol */
#define USB_HCD_XHCI /* xHCI USB host controller */
#define USB_HCD_EHCI /* EHCI USB host controller */