mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -14,10 +14,6 @@ config BR2_PACKAGE_LIBOPENSSL_TARGET_ARCH_LINUX_PPC
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_TARGET_ARCH
|
||||
string
|
||||
# Use "gcc" minimalistic target to disable DSO
|
||||
# no-asm is needed with generic architectures such as gcc, see
|
||||
# https://github.com/openssl/openssl/issues/9839
|
||||
default "gcc no-asm" if BR2_STATIC_LIBS
|
||||
# Doesn't work for thumb-only (Cortex-M?)
|
||||
default "linux-armv4" if BR2_ARM_CPU_HAS_ARM
|
||||
default "linux-aarch64" if BR2_aarch64
|
||||
@@ -44,4 +40,96 @@ config BR2_PACKAGE_LIBOPENSSL_ENGINES
|
||||
help
|
||||
Install additional encryption engine libraries.
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_CHACHA
|
||||
bool "enable CHACHA"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_RC2
|
||||
bool "enable RC2"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4
|
||||
bool "enable RC4"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_MD2
|
||||
bool "enable MD2"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4
|
||||
bool "enable MD4"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_MDC2
|
||||
bool "enable MDC2"
|
||||
default y
|
||||
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_BLAKE2
|
||||
bool "enable BLAKE2"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_IDEA
|
||||
bool "enable IDEA"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_SEED
|
||||
bool "enable SEED"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_DES
|
||||
bool "enable DES"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160
|
||||
bool "enable RMD160"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_WHIRLPOOL
|
||||
bool "enable WHIRLPOOL"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH
|
||||
bool "enable BLOWFISH"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_SSL
|
||||
bool "enable SSL"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_SSL2
|
||||
bool "enable SSL2"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_SSL3
|
||||
bool "enable SSL3"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_WEAK_SSL
|
||||
bool "enable WEAK_SSL"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_PSK
|
||||
bool "enable mode PSK"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_CAST
|
||||
bool "enable mode CAST"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_UNSECURE
|
||||
bool "enable unit test, debug, backtrace"
|
||||
default y
|
||||
help
|
||||
Enable unit-test crypto-mdebug-backtrace
|
||||
crypto-mdebug autoerrinit mode.
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_DYNAMIC_ENGINE
|
||||
bool "enable dynamic engine"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_COMP
|
||||
bool "enable compression"
|
||||
default y
|
||||
|
||||
endif # BR2_PACKAGE_LIBOPENSSL
|
||||
|
||||
Reference in New Issue
Block a user