diff options
author | Sven Eckelmann <sven@narfation.org> | 2017-12-07 10:41:23 +0100 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2017-12-07 10:58:19 +0100 |
commit | 6b11d0537efa90604b99acb15b7b6dc5e815a57f (patch) | |
tree | c7d6292b6ca8a42f7b55e5fd95948173f78a81c0 /utils/ap51-flash/Makefile | |
parent | e68554f8792b7221ea9d1dcf5d00766ac0cc5bd6 (diff) |
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 <sven@narfation.org>
Diffstat (limited to 'utils/ap51-flash/Makefile')
-rw-r--r-- | utils/ap51-flash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 += \ |