mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
[lotest] Add loopback testing commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -231,6 +231,9 @@ REQUIRE_OBJECT ( digest_cmd );
|
||||
#ifdef PXE_CMD
|
||||
REQUIRE_OBJECT ( pxe_cmd );
|
||||
#endif
|
||||
#ifdef LOTEST_CMD
|
||||
REQUIRE_OBJECT ( lotest_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
@@ -122,6 +122,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define LOGIN_CMD /* Login command */
|
||||
#undef TIME_CMD /* Time commands */
|
||||
#undef DIGEST_CMD /* Image crypto digest commands */
|
||||
#undef LOTEST_CMD /* Loopback testing commands */
|
||||
//#undef PXE_CMD /* PXE commands */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user