2012-05-04 05:16:46 +02:00
|
|
|
config BR2_PACKAGE_CONNTRACK_TOOLS
|
|
|
|
bool "conntrack-tools"
|
2013-02-22 01:24:33 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
2015-05-31 21:16:31 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
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/
|
|
|
|
|
2015-05-31 23:12:32 +02:00
|
|
|
comment "conntrack-tools needs a toolchain w/ threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-05-31 21:16:31 +02:00
|
|
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC) || \
|
|
|
|
BR2_STATIC_LIBS
|