From e510b0fea65cf6e71c6e9c512204b04282973d43 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 9 Dec 2012 11:48:45 +0000 Subject: rt-tests: fix typo in Config.in threads negative logic Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/rt-tests/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index c25333955..0999ebfbc 100644 --- a/package/rt-tests/Config.in +++ b/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 -- cgit v1.2.3