2013-07-22 02:09:23 +02:00
|
|
|
config BR2_PACKAGE_DROPWATCH
|
|
|
|
bool "dropwatch"
|
2017-04-22 19:17:51 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
2013-07-22 02:09:23 +02:00
|
|
|
select BR2_PACKAGE_READLINE
|
|
|
|
select BR2_PACKAGE_LIBNL
|
2020-03-13 15:31:57 +01:00
|
|
|
select BR2_PACKAGE_LIBPCAP
|
2013-07-22 02:09:23 +02:00
|
|
|
help
|
|
|
|
Dropwatch is an interactive utility for monitoring and
|
|
|
|
recording packets that are dropped by the kernel
|
|
|
|
|
2019-07-19 23:10:03 +02:00
|
|
|
https://github.com/nhorman/dropwatch
|
2013-07-27 17:18:01 +02:00
|
|
|
|
2019-08-01 22:50:30 +02:00
|
|
|
comment "dropwatch needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|