diff options
| author | Nathaniel Wesley Filardo | 2024-06-20 14:15:50 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-07-08 19:13:25 +0000 |
| commit | aa27bd70870d8c0992314ab26fc31c5bf7460aa4 (patch) | |
| tree | 353b9db30256671f6bcaf829d0e33535436d83e8 | |
| parent | ffe97a61fcb00b022c699f7baf68ae208c94546c (diff) | |
| download | openwrt-aa27bd70870d8c0992314ab26fc31c5bf7460aa4.tar.gz | |
kernel: crypto: remove FCRYPT from miscellany
It has its own dedicated knob
Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15761
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 7d71c03ab188a58d74d6cdbeabb38b70ead2c74b)
Link: https://github.com/openwrt/openwrt/pull/15898
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/kernel/linux/modules/crypto.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |