From b592496c0bd907780c769ef6b1a0ff91da29322b Mon Sep 17 00:00:00 2001 From: ErikChan <“1043490933@qq.com> Date: Mon, 24 Oct 2022 13:59:11 +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 --- components/dfs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dfs/Kconfig b/components/dfs/Kconfig index 657c8a25c4..6cd86e849c 100644 --- a/components/dfs/Kconfig +++ b/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