mirror of
https://github.com/ipxe/ipxe
synced 2026-02-02 19:57:34 +03:00
[build] Canonicalise download protocol configuration
Move all download protocol selection from config/defaults/<platform>.h to the top-level config/general.h, using indented conditional blocks to clarify which protocols are supported and enabled on each platform. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -30,8 +30,6 @@ FILE_SECBOOT ( PERMITTED );
|
||||
#define NAP_EFI
|
||||
#define SERIAL_SPCR
|
||||
|
||||
#define DOWNLOAD_PROTO_FILE /* Local filesystem access */
|
||||
|
||||
#define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
|
||||
#define SANBOOT_PROTO_AOE /* AoE protocol */
|
||||
#define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */
|
||||
|
||||
Reference in New Issue
Block a user