http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
072302e
)
[contrib] Allow Network Protocol header to display in rom-o-matic
master
author
Marty Connor
<mdc@etherboot.org>
Tue, 16 Aug 2011 00:57:04 +0000
(20:57 -0400)
committer
Marty Connor
<mdc@etherboot.org>
Tue, 16 Aug 2011 00:57:04 +0000
(20:57 -0400)
We used to have no protocol options that we wished to display to
the user.
Now that we have a protocol we wish to enable and disable, it makes
sense to print the header for the section.
Signed-off-by: Marty Connor <mdc@etherboot.org>
contrib/rom-o-matic/flag-table.php
patch
|
blob
|
history
diff --git
a/contrib/rom-o-matic/flag-table.php
b/contrib/rom-o-matic/flag-table.php
index
76995d3
..
aedc7f7
100644
(file)
--- a/
contrib/rom-o-matic/flag-table.php
+++ b/
contrib/rom-o-matic/flag-table.php
@@
-105,7
+105,6
@@
$flag_table = array (
"HDR_NETWORK_PROTOCOL_OPTIONS"
=> array (
"flag" => "HDR_NETWORK_PROTOCOL_OPTIONS",
- "hide_from_user" => "yes", // Hide even the header
"type" => "header",
"label" => "Network Protocol Options"
),