From 8edb3385b34a015ee9f7322b1035479ef7b366a0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 29 Aug 2008 20:12:36 +0000 Subject: Add rum wireless interface that is supported now in 7.x http://forum.pfsense.org/index.php/topic,10581.0.html --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ); -- cgit v1.1