mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +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
|
||||
|
||||
@@ -135,6 +135,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define PARAM_CMD /* Form parameter commands */
|
||||
//#define NEIGHBOUR_CMD /* Neighbour management commands */
|
||||
//#define PING_CMD /* Ping command */
|
||||
//#define CONSOLE_CMD /* Console command */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user