david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[contrib] Fix rom-o-matic build (add new LOG_LEVEL constant)

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Floris Bos 2012-07-23 02:39:44 +02:00 committed by Michael Brown
parent 8f17955c03
commit def7f57eb2
1 changed files with 10 additions and 0 deletions

View File

@ -109,6 +109,16 @@ $flag_table = array (
"cfgsec" => "console"
),
"LOG_LEVEL"
=> array (
"flag" => "LOG_LEVEL",
"type" => "choice",
"options" => array("LOG_NONE","LOG_EMERG","LOG_ALERT","LOG_CRIT","LOG_ERR",
"LOG_WARNING","LOG_NOTICE","LOG_INFO","LOG_DEBUG","LOG_ALL"),
"value" => "LOG_NONE",
"cfgsec" => "console"
),
// End Console Options
// Begin Network Protocol Options: