mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-06 12:14:04 -05:00
Fixed hostapd build without l2_packet (e.g., RADIUS server only).
This commit is contained in:
parent
1ac2d4a9ee
commit
477df071d7
@ -157,6 +157,8 @@ endif
|
|||||||
else
|
else
|
||||||
OBJS += ../src/l2_packet/l2_packet_linux.o
|
OBJS += ../src/l2_packet/l2_packet_linux.o
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
OBJS += ../src/l2_packet/l2_packet_none.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user