conntrack-tools: adjust comment to match conditional
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 31 May 2015 21:12:32 +0000 (23:12 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 May 2015 21:12:32 +0000 (23:12 +0200)
Commit 3afbc4f3 (conntrack-tools: uses dlopen(), not available on static
builds) adjusted the dependencies for the comment, but forgot to update the
comment itself.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/conntrack-tools/Config.in

index 03e3ed905f7d9fcd8407cf3919c51a6c71d60618..87bf2d0c50b6fb6d68a0fdf17a2629cf6ad706bb 100644 (file)
@@ -16,7 +16,7 @@ config BR2_PACKAGE_CONNTRACK_TOOLS
 
          http://www.netfilter.org/projects/conntrack-tools/
 
-comment "conntrack-tools needs a toolchain w/ threads"
+comment "conntrack-tools needs a toolchain w/ threads, dynamic library"
        depends on BR2_USE_MMU
        depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC) || \
                BR2_STATIC_LIBS