summaryrefslogtreecommitdiffstats
path: root/package/conntrack-tools/Config.in
blob: 50f200036435c694cac5dc49f681dd481ca1d669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_CONNTRACK_TOOLS
	bool "conntrack-tools"
	depends on BR2_INET_IPV6
	depends on BR2_LARGEFILE
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
	select BR2_PACKAGE_LIBNETFILTER_CTHELPER
	select BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT
	select BR2_PACKAGE_LIBNETFILTER_QUEUE
	select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
	help
	  The conntrack-tools are a set of tools targeted at
	  system administrators.
	  They are conntrack, the userspace command line interface,
	  and conntrackd, the userspace daemon.

	  http://www.netfilter.org/projects/conntrack-tools/

comment "conntrack-tools requires a toolchain with IPV6 and LARGEFILE support"
	depends on !BR2_INET_IPV6 || !BR2_LARGEFILE