9b20b905579244e8aaa8fb4a2cbbca7c771d0165
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nftables / Config.in
1 config BR2_PACKAGE_NFTABLES
2         bool "nftables"
3         depends on BR2_USE_WCHAR
4         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
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.
15
16           http://www.netfilter.org/projects/nftables/index.html
17
18 comment "nftables needs a toolchain w/ wchar, headers >= 3.4"
19         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4