summaryrefslogtreecommitdiffstats
path: root/rules/libnl.in
blob: 535af5cbe393b28ee38b1fdbbaadd7e5f89d137c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=system_libraries

menuconfig LIBNL
	tristate
	prompt "libnl                         "
	select LIBC_M
	select GCCLIBS_GCC_S
	help
	  libnl is a library for applications dealing with netlink
	  sockets. The library provides an interface for raw
	  netlink messaging and various netlink family specific
	  interfaces.

if LIBNL

config LIBNL_MONITOR
	bool
	prompt "nl-monitor"

endif