mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[contrib] Fix rom-o-matic build (add new LOG_LEVEL constant)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
8f17955c03
commit
def7f57eb2
@@ -109,6 +109,16 @@ $flag_table = array (
|
|||||||
"cfgsec" => "console"
|
"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
|
// End Console Options
|
||||||
|
|
||||||
// Begin Network Protocol Options:
|
// Begin Network Protocol Options:
|
||||||
|
|||||||
Reference in New Issue
Block a user