1*4882a593Smuzhiyunconfig BR2_PACKAGE_USTREAM_SSL 2*4882a593Smuzhiyun bool "ustream-ssl" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS #libubox 4*4882a593Smuzhiyun select BR2_PACKAGE_LIBUBOX 5*4882a593Smuzhiyun select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_MBEDTLS 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun ustream SSL wrapper 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun https://git.openwrt.org/?p=project/ustream-ssl.git;a=summary 10*4882a593Smuzhiyun 11*4882a593Smuzhiyuncomment "ustream-ssl needs a toolchain w/ dynamic library" 12*4882a593Smuzhiyun depends on BR2_STATIC_LIBS 13