From 98a5387173fdfaac54588c1b90de9a0ba8647c09 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 6 Aug 2020 00:21:59 +0200 Subject: [PATCH] linux5.7: disable aegis128 in arm64/ppc/mips (already disabled elsewhere) this seems to break build on aarch64-musl somehow... --- srcpkgs/linux5.7/files/arm64-dotconfig | 3 +-- srcpkgs/linux5.7/files/mips-dotconfig | 2 +- srcpkgs/linux5.7/files/ppc-dotconfig | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux5.7/files/arm64-dotconfig b/srcpkgs/linux5.7/files/arm64-dotconfig index e9aba1a0486..f71b2623e8e 100644 --- a/srcpkgs/linux5.7/files/arm64-dotconfig +++ b/srcpkgs/linux5.7/files/arm64-dotconfig @@ -10320,8 +10320,7 @@ CONFIG_CRYPTO_CURVE25519=m CONFIG_CRYPTO_CCM=m CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_CHACHA20POLY1305=m -CONFIG_CRYPTO_AEGIS128=m -CONFIG_CRYPTO_AEGIS128_SIMD=y +# CONFIG_CRYPTO_AEGIS128 is not set CONFIG_CRYPTO_SEQIV=y CONFIG_CRYPTO_ECHAINIV=m diff --git a/srcpkgs/linux5.7/files/mips-dotconfig b/srcpkgs/linux5.7/files/mips-dotconfig index 1b34ab1b246..17b4b3ccaec 100644 --- a/srcpkgs/linux5.7/files/mips-dotconfig +++ b/srcpkgs/linux5.7/files/mips-dotconfig @@ -11319,7 +11319,7 @@ CONFIG_CRYPTO_CURVE25519=m CONFIG_CRYPTO_CCM=m CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_CHACHA20POLY1305=m -CONFIG_CRYPTO_AEGIS128=m +# CONFIG_CRYPTO_AEGIS128 is not set CONFIG_CRYPTO_SEQIV=y CONFIG_CRYPTO_ECHAINIV=m diff --git a/srcpkgs/linux5.7/files/ppc-dotconfig b/srcpkgs/linux5.7/files/ppc-dotconfig index 7ccb6840f06..ff78c761330 100644 --- a/srcpkgs/linux5.7/files/ppc-dotconfig +++ b/srcpkgs/linux5.7/files/ppc-dotconfig @@ -7241,7 +7241,7 @@ CONFIG_CRYPTO_CURVE25519=m CONFIG_CRYPTO_CCM=m CONFIG_CRYPTO_GCM=m CONFIG_CRYPTO_CHACHA20POLY1305=m -CONFIG_CRYPTO_AEGIS128=m +# CONFIG_CRYPTO_AEGIS128 is not set CONFIG_CRYPTO_SEQIV=m CONFIG_CRYPTO_ECHAINIV=m