summaryrefslogtreecommitdiffstats
path: root/package/olsr/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-29 11:20:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-29 22:46:43 +0100
commit9b48690efb592ae17c9dd5a7db7b5ecebed09100 (patch)
tree96994df1d59a5342107cfb632928be22d81cdaae /package/olsr/Config.in
parent3c80d680f2e4d3e568bfeef2c46ceccc952db42d (diff)
downloadbuildroot-novena-9b48690efb592ae17c9dd5a7db7b5ecebed09100.tar.gz
buildroot-novena-9b48690efb592ae17c9dd5a7db7b5ecebed09100.zip
olsr: bump to version 0.6.4
Bump olsrd to version 0.6.4 Fixes: http://autobuild.buildroot.net/results/553c8157cd83ca60475caacc119779c778806781/ which is due to the old version not being friendly with newer flex versions. Enabled more plugins to make it more useful. Switch to forked mode in the init script to avoid console noise. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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