From d36088d22841458d4dd9d012dc4dfe1c051060fa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 6 May 2006 00:57:43 +0000 Subject: [PATCH] Turn off pureg if its enabled so that the wireless interface can change settings --- etc/inc/interfaces.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index b25e19f3c5..ff23dc03ba 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -665,6 +665,8 @@ EOD; {$ifconfig} {$if} down {$ifconfig} {$if} -mediaopt hostap,turbo +{$ifconfig} {$if} -pureg +{$ifconfig} {$if} -apbridge {$ifconfig} {$if} {$hostapmode} {$ifconfig} {$if} {$channel} {$ifconfig} {$if} {$turbo} @@ -1265,7 +1267,6 @@ EOD; set ipcp ranges 0.0.0.0/0 0.0.0.0/0 EOD; - if (isset($config['system']['dnsallowoverride'])) { $mpdconf .= <<