[cmdline] Add "console" command to configure console

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-11-27 19:43:25 +00:00
parent c501c980e0
commit 0b81be823d
3 changed files with 129 additions and 0 deletions

View File

@@ -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

View File

@@ -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