diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/rt-tests/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index 5c8a78278..c25333955 100644 --- a/package/rt-tests/Config.in +++ b/package/rt-tests/Config.in @@ -1,6 +1,9 @@ config BR2_PACKAGE_RT_TESTS bool "rt-tests" depends on BR2_TOOLCHAIN_HAS_THREADS + # Too old uClibc, does not provide priority-inheritance + # mutexes + depends on !BR2_avr32 help Set of utilities for testing the real-time behaviour of a Linux system. |