Merge pull request #656 from nlhintz/pull-request
[project/luci.git] / modules / luci-mod-admin-full / luasrc / model / cbi / admin_network / wifi_add.lua
index 55c970d..05b27a9 100644 (file)
@@ -46,7 +46,7 @@ if iw and iw.mbssid_support then
        replace = m:field(Flag, "replace", translate("Replace wireless configuration"),
                translate("An additional network will be created if you leave this checked."))
 
-       function replace.cfgvalue() return "1" end
+       function replace.cfgvalue() return "0" end
 else
        replace = m:field(DummyValue, "replace", translate("Replace wireless configuration"))
        replace.default = translate("The hardware is not multi-SSID capable and the existing " ..