From: Floris Bos Date: Mon, 23 Jul 2012 00:39:44 +0000 (+0200) Subject: [contrib] Fix rom-o-matic build (add new LOG_LEVEL constant) X-Git-Tag: v1.20.1~1688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=def7f57eb28e24c3d5806a892feb6dc16d3f4451;p=thirdparty%2Fipxe.git [contrib] Fix rom-o-matic build (add new LOG_LEVEL constant) Signed-off-by: Michael Brown --- diff --git a/contrib/rom-o-matic/flag-table.php b/contrib/rom-o-matic/flag-table.php index 0eee0c3f0..fe81c8029 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: