Juan Belmonte wrote:
How can I help in this task?

You can install 'git', clone Marty's ROM-O-Matic repository, make the change, commit it, then submit a patch. That's what I've done. The patch is attached.

- Shao Miller
>From d3d2c5938ddd7eeb2900233818657ef0d13fa1d6 Mon Sep 17 00:00:00 2001
From: Shao Miller <[email protected]>
Date: Sun, 17 Jan 2010 07:53:23 +0000
Subject: [PATCH] Add wireless interface mgmt. command(s) toggle

---
 flag-table.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/flag-table.php b/flag-table.php
index 226c3a6..f48d60f 100644
--- a/flag-table.php
+++ b/flag-table.php
@@ -385,6 +385,14 @@ $flag_table = array (
           "cfgsec" => "general"
           ),
        
+       "IWMGMT_CMD"
+       => array (
+          "flag" => "IWMGMT_CMD",
+          "type" => "on/off",
+          "value" => "on",
+          "cfgsec" => "general"
+          ),
+       
        "ROUTE_CMD"
        => array (
           "flag" => "ROUTE_CMD",
-- 
1.5.3.4

_______________________________________________
gPXE mailing list
[email protected]
http://etherboot.org/mailman/listinfo/gpxe

Reply via email to