openwrt: remove encryption message on wifi page

This commit is contained in:
Bart Van Der Meerssche 2010-09-27 23:30:35 +02:00
parent 3cc27cb8ee
commit d2cdc444d7
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if hwtype == "atheros" or hwtype == "mac80211" then
encr:value("psk-mixed", "WPA-PSK/WPA2-PSK Mixed Mode", {mode="sta"})
encr:value("wpa", "WPA-EAP", {mode="sta"})
encr:value("wpa2", "WPA2-EAP", {mode="sta"})
encr.description = translate("wifi_wpareq")
-- encr.description = translate("wifi_wpareq")
else
encr.description = translate("wifi_wpareq")
end