1config BR2_PACKAGE_DAQ
2 bool "daq"
3 depends on !BR2_STATIC_LIBS # dlfcn.h
4 help
5 DAQ is a Data Acquisition library for packet I/O from the
6 Snort project.
7
8 https://www.snort.org
9
10comment "daq needs a toolchain w/ dynamic library"
11 depends on BR2_STATIC_LIBS
12