summaryrefslogtreecommitdiffstats
path: root/package/olsr/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/olsr/Config.in')
-rw-r--r--package/olsr/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/olsr/Config.in b/package/olsr/Config.in
index ada82b406..a4fbe0104 100644
--- a/package/olsr/Config.in
+++ b/package/olsr/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_OLSR
bool "OLSR mesh networking Daemon"
+ depends on BR2_USE_MMU # fork()
depends on BR2_INET_IPV6
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
The Optimized Link State Routing protocol (OLSR) is a
routing protocol that is optimised for mobile ad-hoc
@@ -11,5 +13,5 @@ config BR2_PACKAGE_OLSR
http://www.olsr.org/
-comment "olsr requires a toolchain with IPv6 support"
- depends on !BR2_INET_IPV6
+comment "olsr requires a toolchain with IPv6 and threads support"
+ depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS