projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce3402a
)
luci-base: fix syntax error in hostapd features
author
Martin Böh
<mart.b@outlook.de>
Sat, 31 Oct 2020 20:03:04 +0000
(21:03 +0100)
committer
MartB
<mart.b@outlook.de>
Sat, 31 Oct 2020 20:07:16 +0000
(21:07 +0100)
Signed-off-by: Martin Böh <mart.b@outlook.de>
modules/luci-base/root/usr/libexec/rpcd/luci
patch
|
blob
|
history
diff --git
a/modules/luci-base/root/usr/libexec/rpcd/luci
b/modules/luci-base/root/usr/libexec/rpcd/luci
index 8ac661670746915eac725baa5c3d10dbb2bf7db3..97709e281d207a775b50369741564f5a3d5205bb 100755
(executable)
--- 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", "wep", "wps }
+ local wifi_features = { "eap", "11n", "11ac", "11r", "11w", "acs", "sae", "owe", "suiteb192", "wep", "wps
"
}
if fs.access("/usr/sbin/hostapd") then
rv.hostapd = { cli = fs.access("/usr/sbin/hostapd_cli") }