The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / olsr / Config.in
1 config BR2_PACKAGE_OLSR
2         bool "olsrd"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           The Optimized Link State Routing protocol (OLSR) is a
7           routing protocol that is optimised for mobile ad-hoc
8           networks, sometimes called wireless mesh networks. It is a
9           proactive link-state routing protocol that floods a full
10           topology table to all nodes in the network which then
11           compute optimal forwarding paths locally.
12
13           http://www.olsr.org/
14
15 comment "olsr needs a toolchain w/ threads"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_HAS_THREADS