aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-09-20 13:04:17 +0100
committerMichael Brown <mcb30@ipxe.org>2010-09-21 02:03:42 +0100
commit1c7f47895c791f9476e641308741879480742ef4 (patch)
treea924de146c5fa2f48e58b6fd9ce58f225832272c /src/config
parent0d6b1d98fa8fe6ca25529e5bdf6b8f8b37857859 (diff)
downloadipxe-1c7f47895c791f9476e641308741879480742ef4.zip
ipxe-1c7f47895c791f9476e641308741879480742ef4.tar.gz
ipxe-1c7f47895c791f9476e641308741879480742ef4.tar.bz2
[lotest] Add loopback testing commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.c3
-rw-r--r--src/config/general.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 46df6bd..f9061d0 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -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
diff --git a/src/config/general.h b/src/config/general.h
index dbb8b42..652ecf7 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -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 */
/*