summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 06:37:33 +0100
committerMichael Brown2006-12-20 06:37:33 +0100
commit8f9336e0c12827b77b82a5ab30897f12b2a2ac71 (patch)
tree13b5f4b77df81ad2a38e977b5e0f38222f41715d /src/core/config.c
parentAdd instruction row, and save option (diff)
downloadipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.tar.gz
ipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.tar.xz
ipxe-8f9336e0c12827b77b82a5ab30897f12b2a2ac71.zip
Add "config" command to access config UI
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 fa3a4b0f..c8ec9362 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -146,6 +146,9 @@ REQUIRE_OBJECT ( pxe );
#ifdef NVO_CMD
REQUIRE_OBJECT ( nvo_cmd );
#endif
+#ifdef CONFIG_CMD
+REQUIRE_OBJECT ( config_cmd );
+#endif
/*
* Drag in miscellaneous objects