6120b02494
- Switch site, see
975fd7331d
:/README
- Switch to autotools (and so drop second patch on Makefile: if there is
some errors raised by -Werror, we'll fix them)
- Update first patch by upstream commit
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
542 B
Plaintext
18 lines
542 B
Plaintext
config BR2_PACKAGE_DROPWATCH
|
|
bool "dropwatch"
|
|
depends on !BR2_nios2 # binutils
|
|
depends on BR2_USE_WCHAR # binutils
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
select BR2_PACKAGE_BINUTILS
|
|
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, wchar"
|
|
depends on !BR2_nios2
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|