summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-network/luasrc
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2019-01-24 18:01:07 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2019-01-24 18:39:15 +0200
commitd99831e9d01cdcaa47096514c749f32c741988b8 (patch)
tree9f476cd3b8d39214a7e2ae1f754728df961d85c8 /modules/luci-mod-network/luasrc
parentc8e95785869ebb2862b524b96568f2ea20ce9b8c (diff)
treewide: cleanup LEDE references
Remove old LEDE references. Also remove one obviously wrong translation from pt-br Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-mod-network/luasrc')
-rw-r--r--modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua b/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua
index 9ab282c3ab..eed758c6cd 100644
--- a/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua
+++ b/modules/luci-mod-network/luasrc/model/cbi/admin_network/wifi.lua
@@ -1087,8 +1087,8 @@ if hwtype == "mac80211" then
ieee80211w = s:taboption("encryption", ListValue, "ieee80211w",
translate("802.11w Management Frame Protection"),
translate("Requires the 'full' version of wpad/hostapd " ..
- "and support from the wifi driver <br />(as of Feb 2017: " ..
- "ath9k and ath10k, in LEDE also mwlwifi and mt76)"))
+ "and support from the wifi driver <br />(as of Jan 2019: " ..
+ "ath9k, ath10k, mwlwifi and mt76)"))
ieee80211w.default = ""
ieee80211w.rmempty = true
ieee80211w:value("", translate("Disabled (default)"))