cjson: bump to version 1.4.3
[buildroot-gz.git] / package / nftables / Config.in
blobd0a1b8927747e8bc10cceeda1687917e6e4a7466
1 config BR2_PACKAGE_NFTABLES
2         bool "nftables"
3         depends on BR2_USE_WCHAR
4         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
5         select BR2_PACKAGE_GMP
6         select BR2_PACKAGE_LIBMNL
7         select BR2_PACKAGE_LIBNFTNL
8         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
9         help
10           nftables is the project that aims to replace the existing
11           {ip,ip6,arp,eb}tables framework.
12           Basically, this project provides a new packet filtering framework,
13           a new userspace utility and also a compatibility layer
14           for {ip,ip6}tables.
16           http://www.netfilter.org/projects/nftables/index.html
18 comment "nftables needs a toolchain w/ wchar, headers >= 3.12"
19         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12