Config.in 536 B

123456789101112131415
  1. config BR2_PACKAGE_OLSR
  2. bool "OLSR mesh networking Daemon"
  3. depends on BR2_INET_IPV6
  4. help
  5. The Optimized Link State Routing protocol (OLSR) is a
  6. routing protocol that is optimised for mobile ad-hoc
  7. networks, sometimes called wireless mesh networks. It is a
  8. proactive link-state routing protocol that floods a full
  9. topology table to all nodes in the network which then
  10. compute optimal forwarding paths locally.
  11. http://www.olsr.org/
  12. comment "olsr requires a toolchain with IPv6 support"
  13. depends on !BR2_INET_IPV6