2013-03-04 00:48:11 +01:00
|
|
|
config BR2_PACKAGE_OPENPGM
|
|
|
|
bool "openpgm"
|
2014-04-17 23:54:01 +02:00
|
|
|
# The following toolchains lack required compiler intrinsics
|
2015-03-07 19:51:55 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1
|
2014-04-17 23:54:01 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
2013-03-04 00:48:11 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
help
|
|
|
|
OpenPGM is an open source implementation of the Pragmatic General
|
|
|
|
Multicast (PGM) specification in RFC 3208 available at www.ietf.org.
|
|
|
|
PGM is a reliable and scalable multicast protocol that enables
|
|
|
|
receivers to detect loss, request retransmission of lost data, or
|
|
|
|
notify an application of unrecoverable loss.
|
|
|
|
|
|
|
|
http://code.google.com/p/openpgm/
|
|
|
|
|
2015-04-19 14:40:00 +02:00
|
|
|
comment "openpgm needs a toolchain w/ wchar, threads"
|
|
|
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
|