5aa4e18d63
[Peter: license is GPLv2+] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
617 B
Plaintext
19 lines
617 B
Plaintext
config BR2_PACKAGE_LIBNFTNL
|
|
bool "libnftnl"
|
|
depends on BR2_INET_IPV6
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBMNL
|
|
help
|
|
libnftnl is a userspace library providing a low-level
|
|
netlink programming interface (API) to the in-kernel
|
|
nf_tables subsystem. The library libnftnl has been
|
|
previously known as libnftables. This library is
|
|
currently used by nftables.
|
|
|
|
http://netfilter.org/projects/libnftnl/index.html
|
|
|
|
comment "libnftnl needs a toolchain w/ threads, IPv6, largefile"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6 || \
|
|
!BR2_LARGEFILE
|