1comment "libnftnl needs a toolchain w/ headers >= 3.12"
2	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
3
4config BR2_PACKAGE_LIBNFTNL
5	bool "libnftnl"
6	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
7	select BR2_PACKAGE_LIBMNL
8	help
9	  libnftnl is a userspace library providing a low-level
10	  netlink programming interface (API) to the in-kernel
11	  nf_tables subsystem. The library libnftnl has been
12	  previously known as libnftables. This library is
13	  currently used by nftables.
14
15	  http://netfilter.org/projects/libnftnl/index.html
16