summaryrefslogtreecommitdiffstats
path: root/rules/libnl.in
blob: 0ea25f03454a4c6422ea46d1f127bbdd5dae27fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=staging
## old section:
### 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.

	  STAGING: remove in ptxdist-2020.10.0
	  Outdated version that is no longer maintained, and has been superseded
	  by libnl3.

if LIBNL

config LIBNL_MONITOR
	bool
	prompt "nl-monitor"

endif