From aa27bd70870d8c0992314ab26fc31c5bf7460aa4 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Thu, 20 Jun 2024 15:15:50 +0100 Subject: [PATCH] kernel: crypto: remove FCRYPT from miscellany It has its own dedicated knob Signed-off-by: Nathaniel Wesley Filardo Link: https://github.com/openwrt/openwrt/pull/15761 Signed-off-by: Robert Marko (cherry picked from commit 7d71c03ab188a58d74d6cdbeabb38b70ead2c74b) Link: https://github.com/openwrt/openwrt/pull/15898 Signed-off-by: Hauke Mehrtens --- package/kernel/linux/modules/crypto.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index c6b57387cf..2e888742d0 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -712,7 +712,6 @@ define KernelPackage/crypto-misc CONFIG_CRYPTO_CAMELLIA \ CONFIG_CRYPTO_CAST5 \ CONFIG_CRYPTO_CAST6 \ - CONFIG_CRYPTO_FCRYPT \ CONFIG_CRYPTO_KHAZAD \ CONFIG_CRYPTO_SERPENT \ CONFIG_CRYPTO_TEA \