mirror of https://github.com/ipxe/ipxe.git
[efi] Add missing SANBOOT_PROTO_HTTP to EFI default configuration
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/58/merge
parent
30f96c9f41
commit
0e0e0321a5
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue