* [Buildroot] [PATCH] package/hostapd: enable 802.11ax support
@ 2022-12-19 12:18 Robert Marko via buildroot
2022-12-29 8:51 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Robert Marko via buildroot @ 2022-12-19 12:18 UTC (permalink / raw)
To: buildroot; +Cc: Robert Marko, Matt Weber, Sergey Matyukevich
Hostapd has 802.11ax support, however its currently disabled by default.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
package/hostapd/hostapd.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index 4420142fbd..8981d9247e 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -53,6 +53,7 @@ endif
ifeq ($(BR2_PACKAGE_HOSTAPD_HAS_WIFI_DRIVERS),y)
HOSTAPD_CONFIG_ENABLE += \
CONFIG_HS20 \
+ CONFIG_IEEE80211AX \
CONFIG_IEEE80211AC \
CONFIG_IEEE80211N \
CONFIG_IEEE80211R \
--
2.38.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-29 8:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-19 12:18 [Buildroot] [PATCH] package/hostapd: enable 802.11ax support Robert Marko via buildroot
2022-12-29 8:51 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.