2007-09-19 23:27:49 +02:00
|
|
|
config BR2_PACKAGE_OLSR
|
|
|
|
bool "OLSR mesh networking Daemon"
|
2010-05-26 14:14:39 +02:00
|
|
|
depends on BR2_INET_IPV6
|
2007-09-19 23:27:49 +02:00
|
|
|
help
|
2008-08-27 22:18:54 +02:00
|
|
|
The Optimized Link State Routing protocol (OLSR) is a
|
|
|
|
routing protocol that is optimised for mobile ad-hoc
|
|
|
|
networks, sometimes called wireless mesh networks. It is a
|
|
|
|
proactive link-state routing protocol that floods a full
|
|
|
|
topology table to all nodes in the network which then
|
|
|
|
compute optimal forwarding paths locally.
|
2007-09-19 23:27:49 +02:00
|
|
|
|
|
|
|
http://www.olsr.org/
|
2010-05-26 14:14:39 +02:00
|
|
|
|
|
|
|
comment "olsr requires a toolchain with IPv6 support"
|
|
|
|
depends on !BR2_INET_IPV6
|