]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/fs/jffs2/v2_0/cdl/jffs2.cdl
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / fs / jffs2 / v2_0 / cdl / jffs2.cdl
index 2a072808412851016119885dc4d0872ca8010a8e..4df5c795e1c8203a0e9abf2f84b2b21f25eb03b7 100644 (file)
@@ -253,6 +253,19 @@ cdl_package CYGPKG_FS_JFFS2 {
              the set of global flags if present."
      }
 
+     cdl_option CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE {
+         display "Support for fileio's struct dirent d_type field"
+         flavor  bool
+         default_value 0
+         active_if CYGPKG_FILEIO_DIRENT_DTYPE
+         description   "
+             This option controls whether the JFFS2 filesystem supports 
+             setting fileio's struct dirent d_type field.
+             If this option is enabled, d_type will be set. Otherwise, 
+             nothing will be done, d_type's value will be zero because 
+             fileio already sets it."
+     }
+
     # ----------------------------------------------------------------
     # Tests