diff options
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/samsungypr0.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index 361c9697c5..bed5a2f977 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h | |||
@@ -161,6 +161,10 @@ | |||
161 | /* This folder resides in the ReadOnly CRAMFS. It is binded to /mnt/media0/.rockbox */ | 161 | /* This folder resides in the ReadOnly CRAMFS. It is binded to /mnt/media0/.rockbox */ |
162 | #define BOOTDIR "/.rockbox" | 162 | #define BOOTDIR "/.rockbox" |
163 | 163 | ||
164 | /* No special storage */ | 164 | /* External SD card can be mounted */ |
165 | #define CONFIG_STORAGE STORAGE_HOSTFS | 165 | #define CONFIG_STORAGE (STORAGE_HOSTFS|STORAGE_SD) |
166 | #define HAVE_MULTIDRIVE | ||
167 | #define NUM_DRIVES 2 | ||
168 | #define HAVE_HOTSWAP | ||
166 | #define HAVE_STORAGE_FLUSH | 169 | #define HAVE_STORAGE_FLUSH |
170 | #define MULTIDRIVE_DIR "/mnt/mmc" | ||