python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / ustream-ssl / Config.in
blob540e43689f0d044653e97e1f06f2da1ff02e8eea
1 config BR2_PACKAGE_USTREAM_SSL
2         bool "ustream-ssl"
3         depends on !BR2_STATIC_LIBS #libubox
4         select BR2_PACKAGE_LIBUBOX
5         select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_MBEDTLS
6         help
7           ustream SSL wrapper
9           https://git.openwrt.org/?p=project/ustream-ssl.git;a=summary
11 comment "ustream-ssl needs a toolchain w/ dynamic library"
12         depends on BR2_STATIC_LIBS