diff options
Diffstat (limited to 'package/conntrack-tools/Config.in')
-rw-r--r-- | package/conntrack-tools/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/conntrack-tools/Config.in b/package/conntrack-tools/Config.in new file mode 100644 index 000000000..12eb98852 --- /dev/null +++ b/package/conntrack-tools/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_CONNTRACK_TOOLS + bool "conntrack-tools" + depends on BR2_INET_IPV6 + select BR2_PACKAGE_LIBNETFILTER_CONNTRACK + 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 support" + depends on !BR2_INET_IPV6 |