iptables: bump to version 1.6.1
[buildroot-gz.git] / package / bctoolbox / Config.in
blob834f6e2a6a919b6dbf865aaafa8544533145e462
1 config BR2_PACKAGE_BCTOOLBOX
2         bool "bctoolbox"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_MBEDTLS # mbedtls is preferred over polarssl
6         help
7           Utilities library used by Belledonne Communications
8           softwares like belle-sip, mediastreamer2 and linphone.
10           https://github.com/BelledonneCommunications/bctoolbox
12 comment "bctoolbox needs a toolchain w/ C++, threads"
13         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS