From: Sven Eckelmann Date: Thu, 7 Dec 2017 09:41:23 +0000 (+0100) Subject: ap51-flash: Remove NO_LIBPCAP preprocessor variable X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6b11d0537efa90604b99acb15b7b6dc5e815a57f;p=openwrt-packages.git ap51-flash: Remove NO_LIBPCAP preprocessor variable 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 --- diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile index c64ad7e8a..ad52f74ae 100644 --- a/utils/ap51-flash/Makefile +++ b/utils/ap51-flash/Makefile @@ -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 += \