diff options
-rw-r--r-- | package/rt-tests/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |