1 config BR2_PACKAGE_OLSR
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_INET_IPV6
5 depends on BR2_TOOLCHAIN_HAS_THREADS
7 The Optimized Link State Routing protocol (OLSR) is a
8 routing protocol that is optimised for mobile ad-hoc
9 networks, sometimes called wireless mesh networks. It is a
10 proactive link-state routing protocol that floods a full
11 topology table to all nodes in the network which then
12 compute optimal forwarding paths locally.
16 comment "olsr needs a toolchain w/ IPv6, threads"
17 depends on BR2_USE_MMU
18 depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS