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