modules/admin-full: don't make cipher mandatory

This commit is contained in:
Jo-Philipp Wich 2011-11-13 21:03:06 +00:00
parent 20ac6bbd4b
commit 0ecbaa400e

View file

@ -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"})