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 17if BR2_PACKAGE_LIBNFTNL 18 19config BR2_PACKAGE_LIBNFTNL_JSON 20 bool "enable JSON support" 21 select BR2_PACKAGE_JANSSON 22 help 23 Enable JSON parsing support 24 25endif 26