buildroot/package/dropwatch/Config.in
Fabrice Fontaine 332c7b1992 package/dropwatch: remove binutils dependency
Add a patch to make binutils optional and disable it in the context of
buildroot as suggested by Thomas in
https://patchwork.ozlabs.org/patch/1134299

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-01 23:26:25 +02:00

14 lines
394 B
Plaintext

config BR2_PACKAGE_DROPWATCH
bool "dropwatch"
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
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
https://github.com/nhorman/dropwatch
comment "dropwatch needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS