2
0
forked from Ivasoft/openwrt

generic: enable CONFIG_ARM_CRYPTO for 32bit arm targets

Fix following error when building 32bit arm targets with kmod-crypto-sha512
ERROR: module '/home/user/openwrt/build_dir/target-arm_xscale_musl_eabi/linux-kirkwood_generic/linux-5.15.109/arch/arm/crypto/sha512-arm.ko' is missing.

Signed-off-by: Lu jicong <jiconglu58@gmail.com>
This commit is contained in:
Lu jicong
2023-05-10 12:08:23 +08:00
committed by Christian Marangi
parent d246cb89da
commit 1645c34d56
17 changed files with 17 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y
CONFIG_ARM_CPUIDLE=y
CONFIG_ARM_CPU_SUSPEND=y
CONFIG_ARM_CRYPTO=y
CONFIG_ARM_ERRATA_430973=y
CONFIG_ARM_ERRATA_643719=y
CONFIG_ARM_ERRATA_720789=y