2012-05-04 05:16:46 +02:00
|
|
|
config BR2_PACKAGE_CONNTRACK_TOOLS
|
|
|
|
bool "conntrack-tools"
|
|
|
|
depends on BR2_INET_IPV6
|
2012-05-28 06:50:05 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2012-05-04 05:16:46 +02:00
|
|
|
select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
|
2012-10-30 03:29:51 +01:00
|
|
|
select BR2_PACKAGE_LIBNETFILTER_CTHELPER
|
2012-05-28 06:50:05 +02:00
|
|
|
select BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT
|
2012-10-30 03:29:51 +01:00
|
|
|
select BR2_PACKAGE_LIBNETFILTER_QUEUE
|
2012-11-10 12:42:38 +01:00
|
|
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2012-05-04 05:16:46 +02:00
|
|
|
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/
|
|
|
|
|
2012-11-10 12:42:38 +01:00
|
|
|
comment "conntrack-tools requires a toolchain with IPV6 and LARGEFILE support"
|
|
|
|
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE
|