summaryrefslogtreecommitdiffstats
path: root/rules/wavemon.in
blob: 23d9189c7482566046577d99d5ed55f9592b5600 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=networking

config WAVEMON
	tristate
	prompt "wavemon"
	select LIBC_M
	select NCURSES
	help
	  Ncurses-based monitoring application for wireless network devices

# vim: set ft=kconfig sw=8 ts=8 noet: