xref: /OK3568_Linux_fs/buildroot/package/iptables/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IPTABLES
2*4882a593Smuzhiyun	bool "iptables"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  Linux kernel firewall, NAT, and packet mangling tools.
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun	  http://www.netfilter.org/projects/iptables/index.html
7*4882a593Smuzhiyun
8*4882a593Smuzhiyunif BR2_PACKAGE_IPTABLES
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunconfig BR2_PACKAGE_IPTABLES_BPF_NFSYNPROXY
11*4882a593Smuzhiyun	bool "bpfc and nfsynproxy"
12*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPCAP
13*4882a593Smuzhiyun	help
14*4882a593Smuzhiyun	  Build bpf compiler and nfsynproxy configuration tool.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyunconfig BR2_PACKAGE_IPTABLES_NFTABLES
17*4882a593Smuzhiyun	bool "nftables compat"
18*4882a593Smuzhiyun	# uses dlfcn
19*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
20*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
21*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
22*4882a593Smuzhiyun	select BR2_PACKAGE_LIBMNL
23*4882a593Smuzhiyun	select BR2_PACKAGE_LIBNFTNL
24*4882a593Smuzhiyun	help
25*4882a593Smuzhiyun	  Build nftables compat utilities.
26*4882a593Smuzhiyun
27*4882a593Smuzhiyuncomment "nftables compat needs a toolchain w/ wchar, dynamic library, headers >= 3.12"
28*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
29*4882a593Smuzhiyun		!BR2_USE_WCHAR || BR2_STATIC_LIBS
30*4882a593Smuzhiyun
31*4882a593Smuzhiyunendif
32