Config.in 871 B

1234567891011121314151617181920212223242526
  1. config 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. The Suricata engine is capable of real time intrusion
  17. detection (IDS), inline intrusion prevention (IPS), network
  18. security monitoring (NSM) and offline pcap processing.
  19. https://suricata-ids.org
  20. comment "suricata needs a toolchain w/ wchar, threads"
  21. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
  22. depends on BR2_USE_MMU
  23. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS