summaryrefslogtreecommitdiffstats
path: root/src/config.h
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/config.h
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/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index cedd68bc..088d448a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -116,6 +116,7 @@
*
*/
#define NVO_CMD /* Non-volatile option storage commands */
+#define CONFIG_CMD /* Option configuration console */
/* @END general.h */