Skip to content

Commit

Permalink
[contrib] Fix rom-o-matic build (add new LOG_LEVEL constant)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
maxnet authored and mcb30 committed Jul 23, 2012
1 parent 8f17955 commit def7f57
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contrib/rom-o-matic/flag-table.php
Expand Up @@ -109,6 +109,16 @@
"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:
Expand Down

0 comments on commit def7f57

Please sign in to comment.