summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2010-12-04 03:51:26 +0100
committerMichael Brown2010-12-09 14:08:39 +0100
commita4bb95599cfafe131ec8d63acd6d144a9b831a35 (patch)
tree4ae61179a031e97320995acc289d072b19c08ba2 /src/config/config.c
parent[r8169] Disabling IRQs should not also acknowledge the IRQs (diff)
downloadipxe-a4bb95599cfafe131ec8d63acd6d144a9b831a35.tar.gz
ipxe-a4bb95599cfafe131ec8d63acd6d144a9b831a35.tar.xz
ipxe-a4bb95599cfafe131ec8d63acd6d144a9b831a35.zip
[cmdline] Add "reboot" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 5d218881..b53af42d 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -237,6 +237,9 @@ REQUIRE_OBJECT ( lotest_cmd );
#ifdef VLAN_CMD
REQUIRE_OBJECT ( vlan_cmd );
#endif
+#ifdef REBOOT_CMD
+REQUIRE_OBJECT ( reboot_cmd );
+#endif
/*
* Drag in miscellaneous objects