[openwrt/openwrt] generic: add missing Kconfig symbol

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 30 11:13:27 PDT 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/2e1a5a4353ea89fe6554eb60d5e11e1824c12e2c

commit 2e1a5a4353ea89fe6554eb60d5e11e1824c12e2c
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Thu Jul 29 22:57:24 2021 +0200

    generic: add missing Kconfig symbol
    
    Fixes build errors for sunxi as well as rockchip targets.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/generic/config-5.4 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index 8d0f4a7306..7a4c6b2bee 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -996,6 +996,8 @@ CONFIG_CRYPTO_BLKCIPHER2=y
 # CONFIG_CRYPTO_CRC32C_INTEL is not set
 # CONFIG_CRYPTO_CRC32_ARM_CE is not set
 # CONFIG_CRYPTO_CRCT10DIF is not set
+# CONFIG_CRYPTO_CRCT10DIF_ARM_CE is not set
+# CONFIG_CRYPTO_CRCT10DIF_ARM64_CE is not set
 # CONFIG_CRYPTO_CRYPTD is not set
 # CONFIG_CRYPTO_CTR is not set
 # CONFIG_CRYPTO_CTS is not set



More information about the lede-commits mailing list