1config BR2_PACKAGE_OPENPGM 2 bool "openpgm" 3 depends on BR2_TOOLCHAIN_HAS_SYNC_2 4 depends on BR2_TOOLCHAIN_HAS_SYNC_4 5 depends on BR2_TOOLCHAIN_HAS_THREADS 6 depends on BR2_USE_WCHAR 7 help 8 OpenPGM is an open source implementation of the Pragmatic 9 General Multicast (PGM) specification in RFC 3208 available at 10 www.ietf.org. PGM is a reliable and scalable multicast 11 protocol that enables receivers to detect loss, request 12 retransmission of lost data, or notify an application of 13 unrecoverable loss. 14 15 https://github.com/steve-o/openpgm/ 16 17comment "openpgm needs a toolchain w/ wchar, threads" 18 depends on BR2_TOOLCHAIN_HAS_SYNC_2 19 depends on BR2_TOOLCHAIN_HAS_SYNC_4 20 depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR) 21