Overall CBI-UVL ineraction fixes
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / wifi.lua
index 44f0a4f..0f99c6e 100644 (file)
@@ -236,6 +236,7 @@ end
 ------------------- WiFI-Encryption -------------------
 
 encr = s:option(ListValue, "encryption", translate("encryption"))
+encr.override_values = true
 encr:depends({mode="ap"})
 encr:depends({mode="sta"})
 encr:depends({mode="adhoc"})