From: Qingfang Deng Date: Tue, 14 Jul 2026 07:57:10 +0000 (+0800) Subject: kernel: disable pcrypt X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=867c857b93ae4376041975ebb6323ce0135a32bb;p=thirdparty%2Fopenwrt.git kernel: disable pcrypt The obsolete pcrypt module is being removed upstream. Signed-off-by: Qingfang Deng Link: https://github.com/openwrt/openwrt/pull/24222 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12 index e9e782af417..ca96112d1b1 100644 --- a/target/linux/generic/config-6.12 +++ b/target/linux/generic/config-6.12 @@ -1215,7 +1215,7 @@ CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y CONFIG_CRYPTO_NULL=y CONFIG_CRYPTO_NULL2=y # CONFIG_CRYPTO_PCBC is not set -CONFIG_CRYPTO_PCRYPT=y +# CONFIG_CRYPTO_PCRYPT is not set # CONFIG_CRYPTO_POLY1305 is not set # CONFIG_CRYPTO_POLY1305_ARM is not set # CONFIG_CRYPTO_POLY1305_MIPS is not set diff --git a/target/linux/generic/config-6.18 b/target/linux/generic/config-6.18 index 31b4ed01b13..3e1a57f9c70 100644 --- a/target/linux/generic/config-6.18 +++ b/target/linux/generic/config-6.18 @@ -1279,7 +1279,7 @@ CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y CONFIG_CRYPTO_NULL=y CONFIG_CRYPTO_NULL2=y # CONFIG_CRYPTO_PCBC is not set -CONFIG_CRYPTO_PCRYPT=y +# CONFIG_CRYPTO_PCRYPT is not set # CONFIG_CRYPTO_POLY1305 is not set # CONFIG_CRYPTO_POLY1305_ARM is not set # CONFIG_CRYPTO_POLY1305_NEON is not set diff --git a/target/linux/siflower/sf21/config-6.12 b/target/linux/siflower/sf21/config-6.12 index 624279f5ab9..99089760e45 100644 --- a/target/linux/siflower/sf21/config-6.12 +++ b/target/linux/siflower/sf21/config-6.12 @@ -53,7 +53,6 @@ CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y CONFIG_CRYPTO_LIB_GF128MUL=y CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1 CONFIG_CRYPTO_LIB_UTILS=y -# CONFIG_CRYPTO_PCRYPT is not set CONFIG_CRYPTO_ZSTD=y CONFIG_DCACHE_WORD_ACCESS=y CONFIG_DEBUG_BUGVERBOSE=y