buildroot/package/ustream-ssl/Config.in
Rahul Jain bdb8f8231b ustream-ssl: new package
ustream-ssl has support for polarssl and cyassl
but since polarssl is made obsolete by mbedtls and cyassl
is not present in buildroot, we have not added support for it.

Signed-off-by: Rahul Bedarkar <Rahul.Bedarkar@imgtec.com>
Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-11-05 13:54:41 +01:00

13 lines
351 B
Plaintext

config BR2_PACKAGE_USTREAM_SSL
bool "ustream-ssl"
depends on !BR2_STATIC_LIBS #libubox
select BR2_PACKAGE_LIBUBOX
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_MBEDTLS
help
ustream SSL wrapper
https://git.openwrt.org/?p=project/ustream-ssl.git;a=summary
comment "ustream-ssl needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS