[openwrt/openwrt] kernel: crypto: remove FCRYPT from miscellany

LEDE Commits lede-commits at lists.infradead.org
Mon Jul 8 12:17:24 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/aa27bd70870d8c0992314ab26fc31c5bf7460aa4

commit aa27bd70870d8c0992314ab26fc31c5bf7460aa4
Author: Nathaniel Wesley Filardo <nwfilardo at gmail.com>
AuthorDate: Thu Jun 20 15:15:50 2024 +0100

    kernel: crypto: remove FCRYPT from miscellany
    
    It has its own dedicated knob
    
    Signed-off-by: Nathaniel Wesley Filardo <nwfilardo at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/15761
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit 7d71c03ab188a58d74d6cdbeabb38b70ead2c74b)
    Link: https://github.com/openwrt/openwrt/pull/15898
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 \




More information about the lede-commits mailing list