open-plc-utils: new package
[buildroot-gz.git] / package / olsr / Config.in
blob707191a947ef1891c46f1d92f3981acf0f14643c
1 config BR2_PACKAGE_OLSR
2         bool "olsrd"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_INET_IPV6
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         help
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.
14           http://www.olsr.org/
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