Parcourir la source

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

Jouni Malinen il y a 16 ans
Parent
commit
477df071d7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      hostapd/Makefile

+ 2 - 0
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