diff options
author | Floris Bos | 2012-07-23 02:39:44 +0200 |
---|---|---|
committer | Michael Brown | 2012-07-23 14:29:04 +0200 |
commit | def7f57eb28e24c3d5806a892feb6dc16d3f4451 (patch) | |
tree | 2ce9120ff7da07d154e3f7180c0ac453dd50b576 /contrib | |
parent | [epic100] Fix wrong field used as rx packet length (diff) | |
download | ipxe-def7f57eb28e24c3d5806a892feb6dc16d3f4451.tar.gz ipxe-def7f57eb28e24c3d5806a892feb6dc16d3f4451.tar.xz ipxe-def7f57eb28e24c3d5806a892feb6dc16d3f4451.zip |
[contrib] Fix rom-o-matic build (add new LOG_LEVEL constant)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/rom-o-matic/flag-table.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/rom-o-matic/flag-table.php b/contrib/rom-o-matic/flag-table.php index 0eee0c3f..fe81c802 100644 --- a/contrib/rom-o-matic/flag-table.php +++ b/contrib/rom-o-matic/flag-table.php @@ -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: |