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 / openpgm / Config.in
1 config BR2_PACKAGE_OPENPGM
2         bool "openpgm"
3         # The following toolchains lack required compiler intrinsics
4         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1
5         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
6         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         depends on BR2_USE_WCHAR
9         help
10           OpenPGM is an open source implementation of the Pragmatic General
11           Multicast (PGM) specification in RFC 3208 available at www.ietf.org.
12           PGM is a reliable and scalable multicast protocol that enables
13           receivers to detect loss, request retransmission of lost data, or
14           notify an application of unrecoverable loss.
15
16           http://code.google.com/p/openpgm/
17
18 comment "openpgm needs a toolchain w/ wchar, threads"
19         depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)