fadd4a9f1c
libdnet is an optional dependency, it is only needed if nfq or ipq module are enabled. So, if libdnet and libnetfilter_queue are available, enable nfq module and add a dependency to both packages otherwise disable nfq module. Moreover, always disable ipq module as libipq is deprecated, it isn't enable in iptables. Even if it was enabled, libipq.h can't be included as it makes a reference to linux/netfilter_ipv4/ip_queue.h which is not available anymore Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
config BR2_PACKAGE_DAQ
|
|
bool "daq"
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
help
|
|
DAQ is a Data Acquisition library for packet I/O from the
|
|
Snort project.
|
|
|
|
https://www.snort.org
|
|
|
|
comment "daq needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|