This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 5cddb39 nshlib: Fix dependency on FSUTILS_MKFATFS 5cddb39 is described below commit 5cddb39b4e11f929a2bfbaa758e61b1671e7b562 Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> AuthorDate: Mon Feb 15 18:11:51 2021 -0300 nshlib: Fix dependency on FSUTILS_MKFATFS --- nshlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index 6c74b44..4e3c84f 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -381,7 +381,7 @@ config NSH_DISABLE_MKFATFS bool "Disable mkfatfs" default y if DEFAULT_SMALL default n if !DEFAULT_SMALL - depends on FUTILS_MKFATFS + depends on FSUTILS_MKFATFS config NSH_DISABLE_MKFIFO bool "Disable mkfifo"