]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[contrib] Fix rom-o-matic build (add new LOG_LEVEL constant)
authorFloris Bos <bos@je-eigen-domein.nl>
Mon, 23 Jul 2012 00:39:44 +0000 (02:39 +0200)
committerMichael Brown <mcb30@ipxe.org>
Mon, 23 Jul 2012 12:29:04 +0000 (13:29 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
contrib/rom-o-matic/flag-table.php

index 0eee0c3f05fc50c3ad3d2241bf1e83a1973634f7..fe81c8029183e876f126a460edeca45c8cbace8b 100644 (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: