[openwrt/openwrt] generic: add missing Kconfig symbol

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 31 02:49:13 PDT 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f038a169a0341f4212997f02de2b280ea1178f9e

commit f038a169a0341f4212997f02de2b280ea1178f9e
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 8dd9ed5200..8f51585756 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -991,6 +991,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