summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-13 21:03:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-13 21:03:06 +0000
commit0ecbaa400e9bc3ee42032981fc8bdd614beace6b (patch)
tree95c6fe8c8e5a44e2bb69613a392f8385ba550264 /modules
parent20ac6bbd4b84e7869226c2cb35c26c7923e2f907 (diff)
modules/admin-full: don't make cipher mandatory
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
index 447f0e3e1..e2d66db33 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@ -578,7 +578,6 @@ encr:depends({mode="sta-wds"})
encr:depends({mode="mesh"})
cipher = s:taboption("encryption", ListValue, "cipher", translate("Cipher"))
-cipher.rmempty = false
cipher:depends({encryption="wpa"})
cipher:depends({encryption="wpa2"})
cipher:depends({encryption="psk"})