1 config BR2_PACKAGE_DROPWATCH
3 select BR2_PACKAGE_BINUTILS
4 depends on !BR2_nios2 # binutils
5 depends on BR2_USE_WCHAR # binutils
6 select BR2_PACKAGE_READLINE
7 select BR2_PACKAGE_LIBNL
8 depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
10 Dropwatch is an interactive utility for monitoring and
11 recording packets that are dropped by the kernel
13 https://fedorahosted.org/dropwatch/
15 comment "dropwatch needs a toolchain w/ threads, wchar"
17 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR