summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
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 */