Config.in 422 B

1234567891011121314
  1. config BR2_PACKAGE_DROPWATCH
  2. bool "dropwatch"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
  4. select BR2_PACKAGE_READLINE
  5. select BR2_PACKAGE_LIBNL
  6. select BR2_PACKAGE_LIBPCAP
  7. help
  8. Dropwatch is an interactive utility for monitoring and
  9. recording packets that are dropped by the kernel
  10. https://github.com/nhorman/dropwatch
  11. comment "dropwatch needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS