From 7c773b10ad14415b573a786141b37276ebc08fb8 Mon Sep 17 00:00:00 2001 From: ErikChan <“1043490933@qq.com> Date: Fri, 21 Oct 2022 10:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=20dfs=20Kconfig=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=20PKG=5FUSING=5FZLIB,=20=E9=81=BF=E5=85=8D=E5=BE=AA?= =?UTF-8?q?=E7=8E=AF=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/components/dfs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/components/dfs/Kconfig b/kernel/components/dfs/Kconfig index 657c8a2..6cd86e8 100644 --- a/kernel/components/dfs/Kconfig +++ b/kernel/components/dfs/Kconfig @@ -114,7 +114,7 @@ if RT_USING_DFS config RT_USING_DFS_CROMFS bool "Enable readonly compressed file system on flash" default n - select PKG_USING_ZLIB + # select PKG_USING_ZLIB config RT_USING_DFS_RAMFS bool "Enable RAM file system" -- Gitee