initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 e77e579b718085c1447339e0fcd5385b85a783d5c92544e48a6b37b1695a7f39 ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a-br1.tar.gz
|
||||
sha256 cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4 ustream-ssl.h
|
||||
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# ustream-ssl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
USTREAM_SSL_VERSION = 68d09243b6fd4473004b27ff6483352e76e6af1a
|
||||
USTREAM_SSL_SITE = https://git.openwrt.org/project/ustream-ssl.git
|
||||
USTREAM_SSL_SITE_METHOD = git
|
||||
USTREAM_SSL_LICENSE = ISC
|
||||
USTREAM_SSL_LICENSE_FILES = ustream-ssl.h
|
||||
USTREAM_SSL_INSTALL_STAGING = YES
|
||||
USTREAM_SSL_DEPENDENCIES = libubox
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MBEDTLS),y)
|
||||
USTREAM_SSL_DEPENDENCIES += mbedtls
|
||||
USTREAM_SSL_CONF_OPTS += -DMBEDTLS=ON
|
||||
else
|
||||
USTREAM_SSL_DEPENDENCIES += openssl
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user