mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Add DOWNLOAD_PROTO_XXX options.
This commit is contained in:
16
src/config.h
16
src/config.h
@@ -64,6 +64,20 @@
|
|||||||
|
|
||||||
/* @END isa.h */
|
/* @END isa.h */
|
||||||
|
|
||||||
|
/* @BEGIN general.h
|
||||||
|
*
|
||||||
|
* Download protocols
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */
|
||||||
|
#undef DOWNLOAD_PROTO_NFS /* Network File System */
|
||||||
|
#undef DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */
|
||||||
|
#undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */
|
||||||
|
#undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
|
||||||
|
|
||||||
|
/* @END general.h */
|
||||||
|
|
||||||
/* @BEGIN general.h
|
/* @BEGIN general.h
|
||||||
*
|
*
|
||||||
* Name resolution modules
|
* Name resolution modules
|
||||||
@@ -71,7 +85,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define DNS_RESOLVER /* DNS resolver */
|
#define DNS_RESOLVER /* DNS resolver */
|
||||||
#define NMB_RESOLVER /* NMB resolver */
|
#undef NMB_RESOLVER /* NMB resolver */
|
||||||
|
|
||||||
/* @END general.h */
|
/* @END general.h */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user