From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/fs/incfs/Kconfig | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/kernel/fs/incfs/Kconfig b/kernel/fs/incfs/Kconfig index 1ffe31a..5f15000 100644 --- a/kernel/fs/incfs/Kconfig +++ b/kernel/fs/incfs/Kconfig @@ -2,13 +2,8 @@ tristate "Incremental file system support" depends on BLOCK select DECOMPRESS_LZ4 - select CRC32 - select CRYPTO - select CRYPTO_RSA + select DECOMPRESS_ZSTD select CRYPTO_SHA256 - select X509_CERTIFICATE_PARSER - select ASYMMETRIC_KEY_TYPE - select ASYMMETRIC_PUBLIC_KEY_SUBTYPE help Incremental FS is a read-only virtual file system that facilitates execution of programs while their binaries are still being lazily downloaded over the -- Gitblit v1.6.2