diff options
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 8646eb8d9b..5993ae14dd 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -408,6 +408,11 @@ define MAXIMUM_CONSOLE_LOGLEVEL export always comment "Error messages up to this level can be printed" end +define CONFIG_SERIAL_POST + default 0 + export always + comment "Enable SERIAL POST codes" +end define NO_POST default none export always |