[openwrt/openwrt] kernel: Add missing kernel config options

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 19 17:52:57 GMT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0c0cb97da7f5cc06919449131dd57ed805f8f78d

commit 0c0cb97da7f5cc06919449131dd57ed805f8f78d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Mar 19 18:48:32 2021 +0100

    kernel: Add missing kernel config options
    
    These two options are missing when building the x86 target.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 522a99300d..0f6d3d7791 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -969,6 +969,7 @@ CONFIG_CRYPTO_ALGAPI2=y
 # CONFIG_CRYPTO_ARC4 is not set
 # CONFIG_CRYPTO_AUTHENC is not set
 # CONFIG_CRYPTO_BLAKE2S is not set
+# CONFIG_CRYPTO_BLAKE2S_X86 is not set
 CONFIG_CRYPTO_BLKCIPHER=y
 CONFIG_CRYPTO_BLKCIPHER2=y
 # CONFIG_CRYPTO_BLOWFISH is not set
@@ -993,6 +994,7 @@ CONFIG_CRYPTO_BLKCIPHER2=y
 # CONFIG_CRYPTO_CTS is not set
 # CONFIG_CRYPTO_CURVE25519 is not set
 # CONFIG_CRYPTO_CURVE25519_NEON is not set
+# CONFIG_CRYPTO_CURVE25519_X86 is not set
 # CONFIG_CRYPTO_DEFLATE is not set
 # CONFIG_CRYPTO_DES is not set
 # CONFIG_CRYPTO_DEV_ATMEL_AES is not set



More information about the lede-commits mailing list