mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 10:01:03 +03:00
Added DNS resolver configuration option.
This commit is contained in:
@@ -169,3 +169,11 @@ REQUIRE_OBJECT ( pc_kbd );
|
||||
#ifdef RELOCATE
|
||||
REQUIRE_OBJECT ( relocate );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in any required resolvers
|
||||
*
|
||||
*/
|
||||
#ifdef DNS_RESOLVER
|
||||
REQUIRE_OBJECT ( dns_resolver );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user