mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add HW Crypto support to OpenSSL for BPI-R2
This commit is contained in:
parent
c725009877
commit
1442f7e0b9
2 changed files with 4 additions and 0 deletions
1
config
1
config
|
@ -61,6 +61,7 @@ CONFIG_PACKAGE_kmod-ata-ahci=y
|
|||
CONFIG_PACKAGE_kmod-ata-core=y
|
||||
CONFIG_PACKAGE_kmod-block2mtd=y
|
||||
CONFIG_PACKAGE_kmod-bridge=y
|
||||
CONFIG_PACKAGE_kmod-crypto-gcm=y
|
||||
CONFIG_PACKAGE_kmod-gpio-button-hotplug=y
|
||||
CONFIG_PACKAGE_kmod-hid=y
|
||||
CONFIG_PACKAGE_kmod-hid-generic=y
|
||||
|
|
|
@ -2,6 +2,9 @@ CONFIG_TARGET_mediatek=y
|
|||
CONFIG_TARGET_mediatek_mt7623=y
|
||||
CONFIG_TARGET_mediatek_mt7623_DEVICE_7623n-bananapi-bpi-r2=y
|
||||
CONFIG_PACKAGE_kmod-cryptodev=y
|
||||
CONFIG_OPENSSL_HARDWARE_SUPPORT=y
|
||||
CONFIG_OPENSSL_ENGINE_CRYPTO=y
|
||||
CONFIG_OPENSSL_ENGINE_DIGEST=y
|
||||
CONFIG_PACKAGE_wmt=y
|
||||
CONFIG_PACKAGE_kmod-mt6625l-wlan-gen2=y
|
||||
CONFIG_PACKAGE_u-boot-bpi_r2=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue