python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / iptables / Config.in
blobe6b12603e0282e2dc715638c9acbb044f5c7c2fb
1 config BR2_PACKAGE_IPTABLES
2         bool "iptables"
3         help
4           Linux kernel firewall, NAT, and packet mangling tools.
6           http://www.netfilter.org/projects/iptables/index.html
8 if BR2_PACKAGE_IPTABLES
10 config BR2_PACKAGE_IPTABLES_BPF_NFSYNPROXY
11         bool "bpfc and nfsynproxy"
12         select BR2_PACKAGE_LIBPCAP
13         help
14           Build bpf compiler and nfsynproxy configuration tool.
16 config BR2_PACKAGE_IPTABLES_NFTABLES
17         bool "nftables compat"
18         # uses dlfcn
19         depends on !BR2_STATIC_LIBS
20         depends on BR2_USE_WCHAR
21         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
22         select BR2_PACKAGE_LIBMNL
23         select BR2_PACKAGE_LIBNFTNL
24         help
25           Build nftables compat utilities.
27 comment "nftables compat needs a toolchain w/ wchar, dynamic library, headers >= 3.12"
28         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
29                 !BR2_USE_WCHAR || BR2_STATIC_LIBS
31 endif