Explorar o código

rt-tests: fix typo in Config.in threads negative logic

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias %!s(int64=12) %!d(string=hai) anos
pai
achega
e510b0fea6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/rt-tests/Config.in

+ 1 - 1
package/rt-tests/Config.in

@@ -17,4 +17,4 @@ config BR2_PACKAGE_RT_TESTS
 	  http://rt.wiki.kernel.org
 
 comment "rt-tests requires a toolchain with threads support"
-	!BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_TOOLCHAIN_HAS_THREADS