mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
[cmdline] Add standalone "nslookup" command
Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
c4500fb7ca
commit
8e4faa0948
@@ -247,6 +247,9 @@ REQUIRE_OBJECT ( cpuid_cmd );
|
||||
#ifdef SYNC_CMD
|
||||
REQUIRE_OBJECT ( sync_cmd );
|
||||
#endif
|
||||
#ifdef NSLOOKUP_CMD
|
||||
REQUIRE_OBJECT ( nslookup_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user