git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
20ac6bb
)
modules/admin-full: don't make cipher mandatory
author
Jo-Philipp Wich
<redacted>
Sun, 13 Nov 2011 21:03:06 +0000
(21:03 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 13 Nov 2011 21:03:06 +0000
(21:03 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
patch
|
blob
|
history
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 447f0e3e15b8632959aba17428bd5e7abdc25206..e2d66db334ec4d91a7b9d8242a0bd2e8290a86c6 100644
(file)
--- 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"})
git clone https://git.99rst.org/PROJECT