hostapd: fix mesh supplicant build error
Include AP ucode source file
Fixes: e56c5f7b27
("hostapd: add ucode support, use ucode for the main ubus object")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
6f8c79e00c
commit
4a4e0c636f
1 changed files with 10 additions and 0 deletions
|
@ -138,6 +138,16 @@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_CODE_COVERAGE
|
ifdef CONFIG_CODE_COVERAGE
|
||||||
|
@@ -999,6 +1011,9 @@ OBJS += ../src/ap/ctrl_iface_ap.o
|
||||||
|
ifdef CONFIG_UBUS
|
||||||
|
OBJS += ../src/ap/ubus.o
|
||||||
|
endif
|
||||||
|
+ifdef CONFIG_UCODE
|
||||||
|
+OBJS += ../src/ap/ucode.o
|
||||||
|
+endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
CFLAGS += -DEAP_SERVER -DEAP_SERVER_IDENTITY
|
||||||
--- a/wpa_supplicant/wpa_supplicant.c
|
--- a/wpa_supplicant/wpa_supplicant.c
|
||||||
+++ b/wpa_supplicant/wpa_supplicant.c
|
+++ b/wpa_supplicant/wpa_supplicant.c
|
||||||
@@ -7636,6 +7636,7 @@ struct wpa_supplicant * wpa_supplicant_a
|
@@ -7636,6 +7636,7 @@ struct wpa_supplicant * wpa_supplicant_a
|
||||||
|
|
Loading…
Reference in a new issue