summaryrefslogtreecommitdiffstats
path: root/rules/dropwatch.in
blob: 1fae3e73c1b1d6de78259bd5737e9368b6da8711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=debug_tools

config DROPWATCH
	tristate
	prompt "dropwatch"
	select BINUTILS
	select LIBNL3
	select LIBPCAP
	select READLINE
	help
	  User space utility for use with dropwatch kernel protocol.
	  
	  https://github.com/nhorman/dropwatch

# vim: ft=kconfig noet tw=72