summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-01-29 22:28:11 +0000
committerErmal Luçi <eri@pfsense.org>2010-01-29 22:28:11 +0000
commit094dfa1613e5831abf9e5970c78bc55ed44ee60e (patch)
treef2a561af42d9875e96dbc6b86b0aa8f2f791b35f
parentd9a2ff01820de84ba92d8802269e9d2a479364f4 (diff)
downloadpfsense-094dfa1613e5831abf9e5970c78bc55ed44ee60e.zip
pfsense-094dfa1613e5831abf9e5970c78bc55ed44ee60e.tar.gz
Add zyd(4) to the wirless regex.
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 2cd0e4b..6fb0344 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -102,7 +102,7 @@ $g = array(
"xmlrpcpath" => "/pfSense/xmlrpc.php",
"embeddedbootupslice" => "/dev/ad0a",
"services_dhcp_server_enable" => true,
- "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/",
+ "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum|zyd)/",
"help_base_url" => "/help.php"
);
@@ -170,4 +170,4 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"hw.bce.tso_enable" => "0"
);
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud