ap51-flash: Remove NO_LIBPCAP preprocessor variable
authorSven Eckelmann <sven@narfation.org>
Thu, 7 Dec 2017 09:41:23 +0000 (10:41 +0100)
committerSven Eckelmann <sven@narfation.org>
Thu, 7 Dec 2017 09:58:19 +0000 (10:58 +0100)
ap51-flash doesn't know the NO_LIBPCAP preprocessor variable and thus
OpenWrt should not set it in its package Makefile.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
utils/ap51-flash/Makefile

index c64ad7e8a37f0e79d38d1ca094e9dcacc82cdc43..ad52f74ae907c38f59681dbf6b82434236eadd3f 100644 (file)
@@ -27,7 +27,7 @@ define Package/ap51-flash
   URL:=http://dev.cloudtrax.com/wiki/ap51-flash-station
 endef
 
-TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -DNO_LIBPCAP -D_GNU_SOURCE
+TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -D_GNU_SOURCE
 
 # pass optimization flags
 MAKE_FLAGS += \