From 9b48690efb592ae17c9dd5a7db7b5ecebed09100 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 29 Jan 2013 11:20:04 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- package/olsr/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/olsr/Config.in') 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 -- cgit v1.2.3