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://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=477df071d799c4643c7dc8d43ee437d4691e6314;p=thirdparty%2Fhostap.git Fixed hostapd build without l2_packet (e.g., RADIUS server only). --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 7a85368f9..a65c4c97b 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