2007-09-19 23:27:49 +02:00
|
|
|
config BR2_PACKAGE_OLSR
|
2014-06-17 21:16:00 +02:00
|
|
|
bool "olsrd"
|
2013-01-29 12:20:04 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
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
|
|
|
|
2015-04-19 14:40:00 +02:00
|
|
|
comment "olsr needs a toolchain w/ threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-04-19 14:40:00 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|