kumquat-buildroot/package/dropwatch/Config.in
Fabrice Fontaine 6120b02494 package/dropwatch: bump to version 1.5.1
- 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>
2019-08-01 15:50:20 +02:00

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