mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -27,7 +27,7 @@ define Package/ap51-flash
|
|||||||
URL:=http://dev.cloudtrax.com/wiki/ap51-flash-station
|
URL:=http://dev.cloudtrax.com/wiki/ap51-flash-station
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -DNO_LIBPCAP -D_GNU_SOURCE
|
TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -D_GNU_SOURCE
|
||||||
|
|
||||||
# pass optimization flags
|
# pass optimization flags
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user