mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Added missing config.[ch] lines for FTP protocol
This commit is contained in:
@@ -91,6 +91,9 @@ REQUIRE_OBJECT ( nfs );
|
||||
#ifdef DOWNLOAD_PROTO_HTTP
|
||||
REQUIRE_OBJECT ( http );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_FTP
|
||||
REQUIRE_OBJECT ( ftp );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_TFTM
|
||||
REQUIRE_OBJECT ( tftm );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user