summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorDaniel Verkamp2009-03-04 06:17:06 +0100
committerMichael Brown2009-03-06 16:02:41 +0100
commit4397a2a4ca5e04a5a736eb792d8cc3ac50f32db1 (patch)
tree920c9166dd8d11a9ca7321be285437600157fcb5 /src/core/config.c
parent[pxeprefix] Merge common code between !PXE and PXENV+ (diff)
downloadipxe-4397a2a4ca5e04a5a736eb792d8cc3ac50f32db1.tar.gz
ipxe-4397a2a4ca5e04a5a736eb792d8cc3ac50f32db1.tar.xz
ipxe-4397a2a4ca5e04a5a736eb792d8cc3ac50f32db1.zip
[time] Add the time command
Signed-off-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index bd0d66ec..59bd8fa1 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -196,6 +196,9 @@ REQUIRE_OBJECT ( sanboot_cmd );
#ifdef LOGIN_CMD
REQUIRE_OBJECT ( login_cmd );
#endif
+#ifdef TIME_CMD
+REQUIRE_OBJECT ( time_cmd );
+#endif
/*
* Drag in miscellaneous objects