summaryrefslogtreecommitdiff
path: root/package/fastd
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-13 11:54:34 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-11-13 16:06:28 +0100
commit5be50abb61813a92f975e797700bcadfe02c0312 (patch)
tree6851185843849f56dc737a71a938c0b384f11a91 /package/fastd
parent69516e05c8408f9aeb51801cf30226c4c14c3aca (diff)
fastd: needs mmu
Fixes: http://autobuild.buildroot.net/results/87b/87bf97966cb802fc307ec9710725a3947ec33c39/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/fastd')
-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 15451f058..07118f3b3 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