From: Gustavo Zacarias Date: Sun, 9 Dec 2012 11:48:45 +0000 (+0000) Subject: rt-tests: fix typo in Config.in threads negative logic X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e510b0fea65cf6e71c6e9c512204b04282973d43;p=buildroot.git rt-tests: fix typo in Config.in threads negative logic Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index c253339555..0999ebfbce 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