Mercurial > flash_v2
diff packages/redboot/current/cdl/redboot.cdl @ 1414:9a2e186be457
Add support for mountable file systems (like JFFS2) - from David Woodhouse
| author | gthomas |
|---|---|
| date | Tue, 02 Dec 2003 14:40:18 +0000 |
| parents | d43f5e29476a |
| children | 951813e462b6 |
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -839,6 +839,17 @@ cdl_package CYGPKG_REDBOOT { } } + cdl_component CYGPKG_REDBOOT_FILEIO { + display "Allow RedBoot to support fileio" + flavor bool + default_value 1 + active_if CYGPKG_IO_FILEIO + description " + If this option is enabled then RedBoot will provide commands + to load files from fileio file systems such as JFFS2." + compile -library=libextras.a fs/fileio.c + } + cdl_component CYGPKG_REDBOOT_DISK { display "Allow RedBoot to support disks" flavor bool
