2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES
|
2004-11-11 15:17:45 +01:00
|
|
|
bool "iptables"
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2015-12-20 21:05:27 +01:00
|
|
|
Linux kernel firewall, NAT, and packet mangling tools.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2015-12-20 21:05:27 +01:00
|
|
|
http://www.netfilter.org/projects/iptables/index.html
|
|
|
|
|
|
|
|
if BR2_PACKAGE_IPTABLES
|
|
|
|
|
|
|
|
config BR2_PACKAGE_IPTABLES_BPF_NFSYNPROXY
|
|
|
|
bool "bpfc and nfsynproxy"
|
2016-01-24 15:10:05 +01:00
|
|
|
# this dependency can be removed when using a musl version
|
|
|
|
# containing this commit:
|
|
|
|
# http://git.musl-libc.org/cgit/musl/commit/?id=53f41fb568ae43034c9876cc9bd3961fd6d13671
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
2015-12-20 21:05:27 +01:00
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
help
|
|
|
|
Build bpf compiler and nfsynproxy configuration tool.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_IPTABLES_NFTABLES
|
|
|
|
bool "nftables compat"
|
|
|
|
# uses dlfcn
|
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|
|
|
|
select BR2_PACKAGE_LIBMNL
|
|
|
|
select BR2_PACKAGE_LIBNFTNL
|
|
|
|
help
|
|
|
|
Build nftables compat utilities.
|
|
|
|
|
|
|
|
comment "nftables compat needs a toolchain w/ wchar, dynamic library, headers >= 3.4"
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || \
|
|
|
|
!BR2_USE_WCHAR || BR2_STATIC_LIBS
|
|
|
|
|
|
|
|
endif
|