|
@@ -1,3 +1,5 @@
|
|
|
+if BR2_PACKAGE_LIBOPENSSL
|
|
|
+
|
|
|
# 4xx PowerPC cores seem to have trouble with openssl's ASM
|
|
|
# optimizations
|
|
|
config BR2_PACKAGE_LIBOPENSSL_TARGET_ARCH_LINUX_PPC
|
|
@@ -29,3 +31,17 @@ config BR2_PACKAGE_LIBOPENSSL_TARGET_ARCH
|
|
|
# https://github.com/openssl/openssl/issues/9839
|
|
|
default "linux-generic64 no-asm" if BR2_ARCH_IS_64
|
|
|
default "linux-generic32 no-asm"
|
|
|
+
|
|
|
+config BR2_PACKAGE_LIBOPENSSL_BIN
|
|
|
+ bool "openssl binary"
|
|
|
+ help
|
|
|
+ Install the openssl binary and the associated helper scripts
|
|
|
+ to the target file system. This is a command line tool for
|
|
|
+ doing various cryptographic stuff.
|
|
|
+
|
|
|
+config BR2_PACKAGE_LIBOPENSSL_ENGINES
|
|
|
+ bool "openssl additional engines"
|
|
|
+ help
|
|
|
+ Install additional encryption engine libraries.
|
|
|
+
|
|
|
+endif # BR2_PACKAGE_LIBOPENSSL
|