buildroot/package/dropwatch/Config.in
Alexander Dahl 3a630c5759 package/dropwatch: bump to version 1.5.2
The new version comes with some new features and minor fixes. The two
previously included patches were merged upstream. A new patch was added
to fix build on 32-bit systems. There's a new dependency to the pcap
library.

Signed-off-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-03-13 21:34:32 +01:00

15 lines
422 B
Plaintext

config BR2_PACKAGE_DROPWATCH
bool "dropwatch"
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_LIBNL
select BR2_PACKAGE_LIBPCAP
help
Dropwatch is an interactive utility for monitoring and
recording packets that are dropped by the kernel
https://github.com/nhorman/dropwatch
comment "dropwatch needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS