projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdd70e
)
rt-tests: fix typo in Config.in threads negative logic
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Sun, 9 Dec 2012 11:48:45 +0000
(11:48 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 9 Dec 2012 22:03:54 +0000
(23:03 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/rt-tests/Config.in
patch
|
blob
|
history
diff --git
a/package/rt-tests/Config.in
b/package/rt-tests/Config.in
index c253339555bcc9e29b91203566c77632b378c601..0999ebfbce0db68a7e20f17238b0395aaec16263 100644
(file)
--- 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