1 comment "libnftnl needs a toolchain w/ headers >= 3.12"
2 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
4 config BR2_PACKAGE_LIBNFTNL
6 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
7 select BR2_PACKAGE_LIBMNL
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.
15 http://netfilter.org/projects/libnftnl/index.html
17 if BR2_PACKAGE_LIBNFTNL
19 config BR2_PACKAGE_LIBNFTNL_JSON
20 bool "enable JSON support"
21 select BR2_PACKAGE_JANSSON
23 Enable JSON parsing support
25 config BR2_PACKAGE_LIBNFTNL_XML
26 bool "enable XML support"
27 depends on BR2_TOOLCHAIN_HAS_THREADS
28 select BR2_PACKAGE_MXML
30 Enable XML parsing support
32 comment "libnftnl XML parsing support needs a toolchain w/ threads"
33 depends on !BR2_TOOLCHAIN_HAS_THREADS