summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-29 20:12:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-29 20:12:42 +0000
commit21c0840d8ce5b0e9b78152766e2761cf8aa02725 (patch)
tree5b3bd0883afc20302761e3a8d355c5f72e90b754 /etc/inc/globals.inc
parente186c99b78e86d25d57deaefccb6f2c47c9113af (diff)
downloadpfsense-21c0840d8ce5b0e9b78152766e2761cf8aa02725.zip
pfsense-21c0840d8ce5b0e9b78152766e2761cf8aa02725.tar.gz
Add rum wireless interface that is supported now in 7.x
http://forum.pfsense.org/index.php/topic,10581.0.html
Diffstat (limited to 'etc/inc/globals.inc')
-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 f375187..343dd9b 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -64,7 +64,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("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "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