projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c8d73e
)
hostapd: enable CONFIG_OCV when 802.11be support is enabled
author
Felix Fietkau
<
[email protected]
>
Mon, 7 Jul 2025 15:15:54 +0000
(17:15 +0200)
committer
Felix Fietkau
<
[email protected]
>
Mon, 7 Jul 2025 15:16:23 +0000
(17:16 +0200)
The 802.11be supoort code unconditionally calls ocv related functions
Signed-off-by: Felix Fietkau <
[email protected]
>
package/network/services/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/Makefile
b/package/network/services/hostapd/Makefile
index d3d4dfddc8592ab0f8978ca360f78b83a566fbda..cdaf636c4ae34660a3c06b8791d451a196c1802a 100644
(file)
--- a/
package/network/services/hostapd/Makefile
+++ b/
package/network/services/hostapd/Makefile
@@
-99,7
+99,9
@@
DRIVER_MAKEOPTS= \
CONFIG_IEEE80211AX=$(HOSTAPD_IEEE80211AX) \
CONFIG_IEEE80211BE=$(HOSTAPD_IEEE80211BE) \
CONFIG_MBO=$(CONFIG_WPA_MBO_SUPPORT) \
- CONFIG_UCODE=y CONFIG_APUP=y
+ CONFIG_UCODE=y CONFIG_APUP=y \
+ $(if $(HOSTAPD_IEEE80211BE),CONFIG_OCV=y)
+
ifeq ($(SSL_VARIANT),openssl)
DRIVER_MAKEOPTS += CONFIG_TLS=openssl CONFIG_SAE=y