summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/root/usr
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-06-16 17:01:27 +0200
committerGitHub <noreply@github.com>2020-06-16 17:01:27 +0200
commit84a0b6845f2096822a0fbc5fdaa66236928910da (patch)
tree9a150a306f8d282a1baef53ecf004cbf2e950cbd /modules/luci-base/root/usr
parentc6742ebdb8da56ec096670a2a3dde88d613e168e (diff)
parent6c56365b8210280b69bd2cb648d6d4121375ec09 (diff)
Merge pull request #4127 from blocktrron/luci-wep-features
luci-mod-network: query WEP support
Diffstat (limited to 'modules/luci-base/root/usr')
-rwxr-xr-xmodules/luci-base/root/usr/libexec/rpcd/luci2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/root/usr/libexec/rpcd/luci b/modules/luci-base/root/usr/libexec/rpcd/luci
index 35b85d43d0..7f0c0b226c 100755
--- a/modules/luci-base/root/usr/libexec/rpcd/luci
+++ b/modules/luci-base/root/usr/libexec/rpcd/luci
@@ -219,7 +219,7 @@ local methods = {
rv.cabundle = fs.access("/etc/ssl/certs/ca-certificates.crt")
rv.relayd = fs.access("/usr/sbin/relayd")
- local wifi_features = { "eap", "11n", "11ac", "11r", "11w", "acs", "sae", "owe", "suiteb192" }
+ local wifi_features = { "eap", "11n", "11ac", "11r", "11w", "acs", "sae", "owe", "suiteb192", "wep" }
if fs.access("/usr/sbin/hostapd") then
rv.hostapd = { cli = fs.access("/usr/sbin/hostapd_cli") }