mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +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