xref: /OK3568_Linux_fs/buildroot/package/ustream-ssl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
8
9	  https://git.openwrt.org/?p=project/ustream-ssl.git;a=summary
10
11comment "ustream-ssl needs a toolchain w/ dynamic library"
12	depends on BR2_STATIC_LIBS
13