Browse Source

[efi] Add missing SANBOOT_PROTO_HTTP to EFI default configuration

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 7 years ago
parent
commit
0e0e0321a5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/config/defaults/efi.h

+ 1
- 0
src/config/defaults/efi.h View File

@@ -31,6 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
31 31
 #define	SANBOOT_PROTO_AOE	/* AoE protocol */
32 32
 #define	SANBOOT_PROTO_IB_SRP	/* Infiniband SCSI RDMA protocol */
33 33
 #define	SANBOOT_PROTO_FCP	/* Fibre Channel protocol */
34
+#define	SANBOOT_PROTO_HTTP	/* HTTP SAN protocol */
34 35
 
35 36
 #define	USB_HCD_XHCI		/* xHCI USB host controller */
36 37
 #define	USB_HCD_EHCI		/* EHCI USB host controller */

Loading…
Cancel
Save