From: Jouni Malinen Date: Fri, 21 Nov 2008 13:44:00 +0000 (+0200) Subject: Fixed hostapd build without l2_packet (e.g., RADIUS server only). X-Git-Tag: hostap_0_6_6~14 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=477df071d799c4643c7dc8d43ee437d4691e6314;hp=1ac2d4a9eee938ae237f07ac78b0e3925ef56846;p=libeap.git Fixed hostapd build without l2_packet (e.g., RADIUS server only). --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 7a85368..a65c4c9 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -157,6 +157,8 @@ endif else OBJS += ../src/l2_packet/l2_packet_linux.o endif +else +OBJS += ../src/l2_packet/l2_packet_none.o endif