From 89e52df87f770ce191fa78e307afde080d6c22e4 Mon Sep 17 00:00:00 2001 From: Erik Fonnesbeck Date: Tue, 25 May 2010 13:03:35 -0600 Subject: [PATCH] Add a default setting to location type of wireless that leaves the setting at its default for the interface. --- usr/local/www/interfaces.php | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 4667801bdd..f5cdf44c36 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1400,6 +1400,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"

Location