Fixed hostapd build without l2_packet (e.g., RADIUS server only).

This commit is contained in:
Jouni Malinen 2008-11-21 15:44:00 +02:00 committed by Jouni Malinen
parent 1ac2d4a9ee
commit 477df071d7

View file

@ -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