浏览代码

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 12 年之前
父节点
当前提交
e510b0fea6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 	  http://rt.wiki.kernel.org
 
 
 comment "rt-tests requires a toolchain with threads support"
 comment "rt-tests requires a toolchain with threads support"
-	!BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_TOOLCHAIN_HAS_THREADS