Преглед на файлове

conntrack-tools: adjust comment to match conditional

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>
Peter Korsgaard преди 10 години
родител
ревизия
5bcd317740
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      package/conntrack-tools/Config.in

+ 1 - 1
package/conntrack-tools/Config.in

@@ -16,7 +16,7 @@ config BR2_PACKAGE_CONNTRACK_TOOLS
 
 
 	  http://www.netfilter.org/projects/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_USE_MMU
 	depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC) || \
 	depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC) || \
 		BR2_STATIC_LIBS
 		BR2_STATIC_LIBS