xref: /OK3568_Linux_fs/buildroot/package/libnftnl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "libnftnl needs a toolchain w/ headers >= 3.12"
2*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNFTNL
5*4882a593Smuzhiyun	bool "libnftnl"
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBMNL
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  libnftnl is a userspace library providing a low-level
10*4882a593Smuzhiyun	  netlink programming interface (API) to the in-kernel
11*4882a593Smuzhiyun	  nf_tables subsystem. The library libnftnl has been
12*4882a593Smuzhiyun	  previously known as libnftables. This library is
13*4882a593Smuzhiyun	  currently used by nftables.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  http://netfilter.org/projects/libnftnl/index.html
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunif BR2_PACKAGE_LIBNFTNL
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNFTNL_JSON
20*4882a593Smuzhiyun	bool "enable JSON support"
21*4882a593Smuzhiyun	select BR2_PACKAGE_JANSSON
22*4882a593Smuzhiyun	help
23*4882a593Smuzhiyun	  Enable JSON parsing support
24*4882a593Smuzhiyun
25*4882a593Smuzhiyunendif
26