xref: /OK3568_Linux_fs/buildroot/package/suricata/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SURICATA
2	bool "suricata"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
4	depends on BR2_USE_MMU # fork()
5	depends on BR2_USE_WCHAR
6	depends on BR2_TOOLCHAIN_HAS_THREADS
7	select BR2_PACKAGE_HOST_RUSTC
8	select BR2_PACKAGE_JANSSON
9	select BR2_PACKAGE_LIBHTP
10	select BR2_PACKAGE_LIBPCAP
11	select BR2_PACKAGE_LIBYAML
12	select BR2_PACKAGE_PCRE
13	help
14	  Suricata is a free and open source, mature, fast and robust
15	  network threat detection engine.
16
17	  The Suricata engine is capable of real time intrusion
18	  detection (IDS), inline intrusion prevention (IPS), network
19	  security monitoring (NSM) and offline pcap processing.
20
21	  https://suricata-ids.org
22
23comment "suricata needs a toolchain w/ wchar, threads"
24	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
25	depends on BR2_USE_MMU
26	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
27