mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Add NMB_RESOLVER
This commit is contained in:
@@ -177,3 +177,7 @@ REQUIRE_OBJECT ( relocate );
|
||||
#ifdef DNS_RESOLVER
|
||||
REQUIRE_OBJECT ( dns );
|
||||
#endif
|
||||
|
||||
#ifdef NMB_RESOLVER
|
||||
REQUIRE_OBJECT ( nmb );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user