diff options
Diffstat (limited to 'package/olsr/Config.in')
-rw-r--r-- | package/olsr/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |