2013-07-22 02:09:23 +02:00
|
|
|
config BR2_PACKAGE_DROPWATCH
|
|
|
|
bool "dropwatch"
|
|
|
|
select BR2_PACKAGE_BINUTILS
|
2013-12-22 19:31:28 +01:00
|
|
|
depends on !BR2_aarch64 && !BR2_nios2 # 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
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "dropwatch needs a toolchain w/ threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on !BR2_aarch64
|
2013-07-27 17:18:01 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|