2f7382b6f6
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> [Thomas: - re-order depends on/select in Config.in - add <pkg>_INSTALL_STAGING = YES - drop double quotes when passing values in <pkg>_CONF_ENV.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
config BR2_PACKAGE_DAQ
|
|
bool "daq"
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
select BR2_PACKAGE_LIBPCAP
|
|
select BR2_PACKAGE_LIBDNET
|
|
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
|