blob: 0ea25f03454a4c6422ea46d1f127bbdd5dae27fd (
plain) (
tree)
|
|
## 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
|