summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-29 20:12:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-29 20:12:36 +0000
commit8edb3385b34a015ee9f7322b1035479ef7b366a0 (patch)
tree2dd96fa26e39edab16f99f21b4728e1e054b9f20
parentc82c89acf3be1991562c9e6c34c8ed8d51a493ad (diff)
downloadpfsense-8edb3385b34a015ee9f7322b1035479ef7b366a0.zip
pfsense-8edb3385b34a015ee9f7322b1035479ef7b366a0.tar.gz
Add rum wireless interface that is supported now in 7.x
http://forum.pfsense.org/index.php/topic,10581.0.html
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 913d216..66128e0 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -76,7 +76,7 @@ $g = array(
"embeddedbootupslice" => "/dev/ad0a",
"update_url" => "http://updates.pfSense.com/_updaters",
"update_manifest" => "http://updates.pfSense.com/manifest",
- "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan)/",
+ "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/",
"vlan_native_supp" => array("bce", "bge", "bfe", "cxgb", "dc", "em", "fxp", "gem", "hme", "ixgb", "msk", "nge", "re", "rl", "sis", "ste", "stge", "ti", "tl", "tx", "txp", "vge", "vr", "xl"),
"vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl")
);
OpenPOWER on IntegriCloud