luci-0.10: merge r7930
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Nov 2011 21:03:50 +0000 (21:03 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Nov 2011 21:03:50 +0000 (21:03 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua

index 447f0e3..e2d66db 100644 (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"})