summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2026-01-28 11:49:17 +0000
committerFelix Fietkau2026-01-28 11:50:10 +0000
commitb7be541dcf3723267a3bcbca767fe965904cda10 (patch)
tree0d656ae6a4590fe21292759a48f840b911e4ea4e
parente338446b6b1bf5057840dd8ef0991e322e4def5a (diff)
downloadopenwrt-b7be541dcf3723267a3bcbca767fe965904cda10.tar.gz
hostapd: fix compile error in basic variant
Adding base64 encoded beacon data needs the base64 functions to be available Fixes: b44d4290fe83 ("hostapd: add raw beacon report data to ubus notification") Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/network/services/hostapd/patches/601-ucode_support.patch3
-rw-r--r--package/network/services/hostapd/patches/780-Implement-APuP-Access-Point-Micro-Peering.patch2
2 files changed, 3 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/601-ucode_support.patch b/package/network/services/hostapd/patches/601-ucode_support.patch
index 835e856ff6..74db671e4f 100644
--- a/package/network/services/hostapd/patches/601-ucode_support.patch
+++ b/package/network/services/hostapd/patches/601-ucode_support.patch
@@ -106,7 +106,7 @@ as adding/removing interfaces.
--- a/hostapd/Makefile
+++ b/hostapd/Makefile
-@@ -169,9 +169,21 @@ OBJS += ../src/eapol_auth/eapol_auth_sm.
+@@ -169,9 +169,22 @@ OBJS += ../src/eapol_auth/eapol_auth_sm.
ifdef CONFIG_UBUS
CFLAGS += -DUBUS_SUPPORT
@@ -115,6 +115,7 @@ as adding/removing interfaces.
-LIBS += -lubox -lubus
+LIBS += -lubus
+NEED_ULOOP:=y
++NEED_BASE64=y
+endif
+
+ifdef CONFIG_UCODE
diff --git a/package/network/services/hostapd/patches/780-Implement-APuP-Access-Point-Micro-Peering.patch b/package/network/services/hostapd/patches/780-Implement-APuP-Access-Point-Micro-Peering.patch
index d0c2e67ccf..c1ac944957 100644
--- a/package/network/services/hostapd/patches/780-Implement-APuP-Access-Point-Micro-Peering.patch
+++ b/package/network/services/hostapd/patches/780-Implement-APuP-Access-Point-Micro-Peering.patch
@@ -39,7 +39,7 @@ Hotfix-by: Sebastian Gottschall https://github.com/mirror/dd-wrt/commit/0c3001a6
--- a/hostapd/Makefile
+++ b/hostapd/Makefile
-@@ -1429,6 +1429,11 @@ ifdef CONFIG_NO_TKIP
+@@ -1430,6 +1430,11 @@ ifdef CONFIG_NO_TKIP
CFLAGS += -DCONFIG_NO_TKIP
endif