332c7b1992
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>
14 lines
394 B
Plaintext
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
|