summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-15 07:33:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-15 07:33:39 -0600
commit35924e56ce2178417dff1582c323f8c01a11337a (patch)
tree874bdca34a3a23b13b9c1eb11362ff1127f19ecf /nuttx/ChangeLog
parent7fc70dffd9f6614fb13a52bc23d1a21607181146 (diff)
downloadnuttx-35924e56ce2178417dff1582c323f8c01a11337a.tar.gz
nuttx-35924e56ce2178417dff1582c323f8c01a11337a.tar.bz2
nuttx-35924e56ce2178417dff1582c323f8c01a11337a.zip
tools/mkconfig.c: CONFIG_FS_SMARTFS must be included in the list of writable file systems
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 929c311e9..58562e10c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6055,4 +6055,7 @@
* fs/fs_mount.c: SMART FS must be included in the conditional
compilation for the set of file systems that require block
drivers. From Daniel Palmer (2013-11-15).
+ * tools/mkconfig.c: SMART FS must be included in the conditional
+ compilation for the set of writable file systems. Noted by
+ Daniel Palmer (2013-11-15).