Config.in 351 B

123456789101112
  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
  8. https://git.openwrt.org/?p=project/ustream-ssl.git;a=summary
  9. comment "ustream-ssl needs a toolchain w/ dynamic library"
  10. depends on BR2_STATIC_LIBS