mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
Allowed HTTPS to be a separately configurable feature.
This commit is contained in:
@@ -87,6 +87,9 @@ REQUIRE_OBJECT ( nfs );
|
||||
#ifdef DOWNLOAD_PROTO_HTTP
|
||||
REQUIRE_OBJECT ( http );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_HTTPS
|
||||
REQUIRE_OBJECT ( https );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_FTP
|
||||
REQUIRE_OBJECT ( ftp );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user