From: Jouni Malinen Date: Sat, 9 Dec 2017 16:41:55 +0000 (+0200) Subject: Fix ap-mgmt-fuzzer build X-Git-Tag: hostap_2_7~719 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c7c2f28ed35587e276f2bf3d382aa6553e237e;p=thirdparty%2Fhostap.git Fix ap-mgmt-fuzzer build Add src/ap/eth_p_oui.o into libap.a to be able to link ap-mgmt-fuzzer. Signed-off-by: Jouni Malinen --- diff --git a/src/ap/Makefile b/src/ap/Makefile index b8c167cda..9b07ee163 100644 --- a/src/ap/Makefile +++ b/src/ap/Makefile @@ -10,6 +10,7 @@ include ../lib.rules CFLAGS += -DHOSTAPD CFLAGS += -DNEED_AP_MLME +CFLAGS += -DCONFIG_ETH_P_OUI CFLAGS += -DCONFIG_HS20 CFLAGS += -DCONFIG_INTERWORKING CFLAGS += -DCONFIG_IEEE80211R @@ -34,6 +35,7 @@ LIB_OBJS= \ dhcp_snoop.o \ drv_callbacks.o \ eap_user_db.o \ + eth_p_oui.o \ gas_serv.o \ hostapd.o \ hs20.o \