From 2f2a0294573bbb8e32ed14c6ba08bf89916adae8 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 26 May 2010 14:14:39 +0200 Subject: olsr: needs IPv6 support in toolchain Signed-off-by: Peter Korsgaard --- package/olsr/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/olsr') diff --git a/package/olsr/Config.in b/package/olsr/Config.in index ca45f73bd..ada82b406 100644 --- a/package/olsr/Config.in +++ b/package/olsr/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_OLSR bool "OLSR mesh networking Daemon" + depends on BR2_INET_IPV6 help The Optimized Link State Routing protocol (OLSR) is a routing protocol that is optimised for mobile ad-hoc @@ -9,3 +10,6 @@ config BR2_PACKAGE_OLSR compute optimal forwarding paths locally. http://www.olsr.org/ + +comment "olsr requires a toolchain with IPv6 support" + depends on !BR2_INET_IPV6 -- cgit v1.2.3