From 05f2901ffb4e4972999d9587a03e532863320f22 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sat, 26 Nov 2022 13:25:42 +0100 Subject: [PATCH] luci-base: add a hostapd 11ax feature flag Required for luci to check if it can acually offer that mode. Signed-off-by: Andre Heider --- modules/luci-base/root/usr/share/rpcd/ucode/luci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-base/root/usr/share/rpcd/ucode/luci b/modules/luci-base/root/usr/share/rpcd/ucode/luci index 8b892dbb91..f4d204cf22 100644 --- a/modules/luci-base/root/usr/share/rpcd/ucode/luci +++ b/modules/luci-base/root/usr/share/rpcd/ucode/luci @@ -208,7 +208,7 @@ const methods = { relayd: access('/usr/sbin/relayd') == true, }; - const wifi_features = [ 'eap', '11ac', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps' ]; + const wifi_features = [ 'eap', '11ac', '11ax', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps' ]; if (access('/usr/sbin/hostapd')) { result.hostapd = { cli: access('/usr/sbin/hostapd_cli') == true }; -- 2.30.2