xref: /OK3568_Linux_fs/buildroot/package/daq/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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