summaryrefslogtreecommitdiffstats
path: root/contrib/rom-o-matic/flag-table.php
diff options
context:
space:
mode:
authorFloris Bos2011-05-06 19:33:05 +0200
committerMichael Brown2011-05-06 19:33:05 +0200
commitb7d923f4689836405a35c118d9c70dda42f9e8fb (patch)
tree047b28aaa47a52870aed8da015873c0493f30d57 /contrib/rom-o-matic/flag-table.php
parent[ipv4] Include network device metadata in packet traces (diff)
downloadipxe-b7d923f4689836405a35c118d9c70dda42f9e8fb.tar.gz
ipxe-b7d923f4689836405a35c118d9c70dda42f9e8fb.tar.xz
ipxe-b7d923f4689836405a35c118d9c70dda42f9e8fb.zip
[contrib] Update rom-o-matic to build iPXE
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'contrib/rom-o-matic/flag-table.php')
-rw-r--r--contrib/rom-o-matic/flag-table.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/rom-o-matic/flag-table.php b/contrib/rom-o-matic/flag-table.php
index 078e5fd6..0eee0c3f 100644
--- a/contrib/rom-o-matic/flag-table.php
+++ b/contrib/rom-o-matic/flag-table.php
@@ -98,6 +98,17 @@ $flag_table = array (
"cfgsec" => "general"
),
+ "KEYBOARD_MAP"
+ => array (
+ "flag" => "KEYBOARD_MAP",
+ "type" => "choice",
+ "options" => array("al","az","bg","by","cf","cz","de","dk","es","et","fi","fr",
+ "gr","hu","il","it","lt","mk","mt","nl","no","pl","pt","ro","ru","sg","sr",
+ "th","ua","uk","us","wo"),
+ "value" => "us",
+ "cfgsec" => "console"
+ ),
+
// End Console Options
// Begin Network Protocol Options:
@@ -487,6 +498,17 @@ $flag_table = array (
// End Wireless options
+ // Obscure options required to compile
+ "NETDEV_DISCARD_RATE"
+ => array (
+ "flag" => "NETDEV_DISCARD_RATE",
+ "type" => "integer",
+ "value" => "0",
+ "cfgsec" => "general",
+ "hide_from_user" => true
+ )
+
+ // End Obscure options
);
// For emacs: