projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68554f
)
ap51-flash: Remove NO_LIBPCAP preprocessor variable
author
Sven Eckelmann
<sven@narfation.org>
Thu, 7 Dec 2017 09:41:23 +0000
(10:41 +0100)
committer
Sven 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
patch
|
blob
|
history
diff --git
a/utils/ap51-flash/Makefile
b/utils/ap51-flash/Makefile
index c64ad7e8a37f0e79d38d1ca094e9dcacc82cdc43..ad52f74ae907c38f59681dbf6b82434236eadd3f 100644
(file)
--- 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 -D
NO_LIBPCAP -D
_GNU_SOURCE
+TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -D_GNU_SOURCE
# pass optimization flags
MAKE_FLAGS += \