diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-09-23 21:43:43 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-09-23 21:43:43 +0000 |
| commit | 7f7afe434bfdd46aba66a3bccb4ff1497f26fb0c (patch) | |
| tree | eb56a73f65fc60fe613ddc93b4c49b5a96651b9a /firmware/export | |
| parent | 72408f45535c7221c3ef7352fbe14ba5c705baf3 (diff) | |
| download | rockbox-7f7afe434bfdd46aba66a3bccb4ff1497f26fb0c.zip rockbox-7f7afe434bfdd46aba66a3bccb4ff1497f26fb0c.tar.gz rockbox-7f7afe434bfdd46aba66a3bccb4ff1497f26fb0c.tar.bz2 rockbox-7f7afe434bfdd46aba66a3bccb4ff1497f26fb0c.tar.xz | |
FAT16 support for the Ondio
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5114 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-ondiofm.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-ondiosp.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index e976a36..36fd095 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -73,4 +73,7 @@ /* Define this for MMC support instead of ATA harddisk */ #define HAVE_MMC +/* Define this to support mounting FAT16 partitions */ +#define HAVE_FAT16SUPPORT + #endif /* SIMULATOR */ diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 39b928e..4b276db 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -70,5 +70,8 @@ /* Define this for MMC support instead of ATA harddisk */ #define HAVE_MMC +/* Define this to support mounting FAT16 partitions */ +#define HAVE_FAT16SUPPORT + #endif /* SIMULATOR */ |