2013-07-22 02:09:23 +02:00
|
|
|
config BR2_PACKAGE_DROPWATCH
|
|
|
|
bool "dropwatch"
|
|
|
|
select BR2_PACKAGE_BINUTILS
|
2013-07-27 17:18:01 +02:00
|
|
|
depends on !BR2_aarch64 # binutils
|
2013-07-22 02:09:23 +02:00
|
|
|
select BR2_PACKAGE_READLINE
|
|
|
|
select BR2_PACKAGE_LIBNL
|
2013-07-27 17:18:01 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
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
|
|
|
|
|
|
|
|
https://fedorahosted.org/dropwatch/
|
2013-07-27 17:18:01 +02:00
|
|
|
|
|
|
|
comment "dropwatch requires threading support in toolchain"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|