瀏覽代碼

luci-base: fix syntax error in hostapd features

Signed-off-by: Martin Böh <mart.b@outlook.de>
Martin Böh 3 年之前
父節點
當前提交
6e4e1321a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/luci-base/root/usr/libexec/rpcd/luci

+ 1 - 1
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") }