2007-09-19 23:27:49 +02:00
|
|
|
config BR2_PACKAGE_OLSR
|
2016-11-18 06:39:37 +01:00
|
|
|
bool "olsr"
|
2013-01-29 12:20:04 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-06-09 14:15:24 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2016-10-26 22:02:58 +02:00
|
|
|
# doesn't build with musl,
|
|
|
|
# https://github.com/OLSR/olsrd/issues/6
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
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
|
|
|
|
2016-10-26 22:02:58 +02:00
|
|
|
comment "olsr needs a uClibc or glibc toolchain w/ threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2016-10-26 22:02:58 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
|
|
|
BR2_TOOLCHAIN_USES_MUSL
|