From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:41:23 +0000 Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c --- 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