summaryrefslogtreecommitdiff
path: root/package/ltp-testsuite/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ltp-testsuite/Config.in')
-rw-r--r--package/ltp-testsuite/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in
index 0e71677b9..2cb49a6f1 100644
--- a/package/ltp-testsuite/Config.in
+++ b/package/ltp-testsuite/Config.in
@@ -4,6 +4,7 @@ comment "ltp-testsuite needs specific uClibc options, see help"
config BR2_PACKAGE_LTP_TESTSUITE
bool "ltp-testsuite"
+ depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_INET_IPV6
depends on BR2_LARGEFILE
@@ -24,5 +25,6 @@ config BR2_PACKAGE_LTP_TESTSUITE
comment "ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads"
depends on !BR2_nios2
+ depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6 || \
!BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_NATIVE_RPC