2013-07-22 02:09:23 +02:00
|
|
|
config BR2_PACKAGE_DROPWATCH
|
|
|
|
bool "dropwatch"
|
2016-05-29 05:33:35 +02:00
|
|
|
depends on !BR2_nios2 # binutils
|
2014-10-28 23:19:18 +01:00
|
|
|
depends on BR2_USE_WCHAR # binutils
|
2017-04-22 19:17:51 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
|
|
select BR2_PACKAGE_BINUTILS
|
2013-07-22 02:09:23 +02:00
|
|
|
select BR2_PACKAGE_READLINE
|
|
|
|
select BR2_PACKAGE_LIBNL
|
|
|
|
help
|
|
|
|
Dropwatch is an interactive utility for monitoring and
|
|
|
|
recording packets that are dropped by the kernel
|
|
|
|
|
2017-06-17 09:27:26 +02:00
|
|
|
http://git.infradead.org/users/nhorman/dropwatch.git
|
2013-07-27 17:18:01 +02:00
|
|
|
|
2014-10-28 23:19:18 +01:00
|
|
|
comment "dropwatch needs a toolchain w/ threads, wchar"
|
2016-05-29 05:33:35 +02:00
|
|
|
depends on !BR2_nios2
|
2014-10-28 23:19:18 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|