diff options
Diffstat (limited to 'package/conntrack-tools/Config.in')
-rw-r--r-- | package/conntrack-tools/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/conntrack-tools/Config.in b/package/conntrack-tools/Config.in index 12eb98852..be491e6fb 100644 --- a/package/conntrack-tools/Config.in +++ b/package/conntrack-tools/Config.in @@ -1,7 +1,9 @@ config BR2_PACKAGE_CONNTRACK_TOOLS bool "conntrack-tools" depends on BR2_INET_IPV6 + depends on BR2_LARGEFILE select BR2_PACKAGE_LIBNETFILTER_CONNTRACK + select BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT help The conntrack-tools are a set of tools targeted at system administrators. @@ -10,5 +12,5 @@ config BR2_PACKAGE_CONNTRACK_TOOLS http://www.netfilter.org/projects/conntrack-tools/ -comment "conntrack-tools requires a toolchain with IPV6 support" - depends on !BR2_INET_IPV6 +comment "conntrack-tools requires a toolchain with IPV6 and LARGEFILE support" + depends on !BR2_INET_IPV6 || !BR2_LARGEFILE |