Skip to content

Commit b7be541

Browse files
committed
hostapd: fix compile error in basic variant
Adding base64 encoded beacon data needs the base64 functions to be available Fixes: b44d429 ("hostapd: add raw beacon report data to ubus notification") Signed-off-by: Felix Fietkau <nbd@nbd.name>
1 parent e338446 commit b7be541

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package/network/services/hostapd/patches/601-ucode_support.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ as adding/removing interfaces.
106106

107107
--- a/hostapd/Makefile
108108
+++ b/hostapd/Makefile
109-
@@ -169,9 +169,21 @@ OBJS += ../src/eapol_auth/eapol_auth_sm.
109+
@@ -169,9 +169,22 @@ OBJS += ../src/eapol_auth/eapol_auth_sm.
110110

111111
ifdef CONFIG_UBUS
112112
CFLAGS += -DUBUS_SUPPORT
@@ -115,6 +115,7 @@ as adding/removing interfaces.
115115
-LIBS += -lubox -lubus
116116
+LIBS += -lubus
117117
+NEED_ULOOP:=y
118+
+NEED_BASE64=y
118119
+endif
119120
+
120121
+ifdef CONFIG_UCODE

package/network/services/hostapd/patches/780-Implement-APuP-Access-Point-Micro-Peering.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Hotfix-by: Sebastian Gottschall https://github.com/mirror/dd-wrt/commit/0c3001a6
3939

4040
--- a/hostapd/Makefile
4141
+++ b/hostapd/Makefile
42-
@@ -1429,6 +1429,11 @@ ifdef CONFIG_NO_TKIP
42+
@@ -1430,6 +1430,11 @@ ifdef CONFIG_NO_TKIP
4343
CFLAGS += -DCONFIG_NO_TKIP
4444
endif
4545

0 commit comments

Comments
 (0)