mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[cmdline] Add "console" command to configure console
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -278,6 +278,9 @@ REQUIRE_OBJECT ( neighbour_cmd );
|
||||
#ifdef PING_CMD
|
||||
REQUIRE_OBJECT ( ping_cmd );
|
||||
#endif
|
||||
#ifdef CONSOLE_CMD
|
||||
REQUIRE_OBJECT ( console_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user