1config BR2_PACKAGE_DROPWATCH
2	bool "dropwatch"
3	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
4	select BR2_PACKAGE_READLINE
5	select BR2_PACKAGE_LIBNL
6	select BR2_PACKAGE_LIBPCAP
7	help
8	  Dropwatch is an interactive utility for monitoring and
9	  recording packets that are dropped by the kernel
10
11	  https://github.com/nhorman/dropwatch
12
13comment "dropwatch needs a toolchain w/ threads"
14	depends on !BR2_TOOLCHAIN_HAS_THREADS
15