summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/fastd/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/fastd/Config.in b/package/fastd/Config.in
index 15451f058d..07118f3b30 100644
--- a/package/fastd/Config.in
+++ b/package/fastd/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_FASTD
bool "fastd"
+ depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBUECC
select BR2_PACKAGE_LIBSODIUM
@@ -21,4 +22,5 @@ config BR2_PACKAGE_FASTD_STATUS_SOCKET
endif
comment "fastd needs a toolchain w/ threads"
+ depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud