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 08f1dd0 fsutils/mksmartfs: Fix regression caused by BCH separation
08f1dd0 is described below
commit 08f1dd00932d8a991f61c31b1b757f55f4e0eabf
Author: Gustavo Henrique Nihei <[email protected]>
AuthorDate: Fri Mar 19 14:50:45 2021 -0300
fsutils/mksmartfs: Fix regression caused by BCH separation
---
fsutils/mksmartfs/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/fsutils/mksmartfs/Kconfig b/fsutils/mksmartfs/Kconfig
index 551c989..6e80b48 100644
--- a/fsutils/mksmartfs/Kconfig
+++ b/fsutils/mksmartfs/Kconfig
@@ -7,5 +7,6 @@ config FSUTILS_MKSMARTFS
bool "mksmartfs utility"
default y
depends on FS_SMARTFS && !DISABLE_PSEUDOFS_OPERATIONS
+ select BCH
---help---
Enables support for the mksmartfs utility