summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-11-26 17:17:43 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-11-26 17:17:43 +0000
commiteed49f09ce82e5f6853bd46263b2963cf577577a (patch)
tree470978067cdd624c8b977044ba9453a9ef2bc0bd
parentd052ced874172e95fdc1d096205ac4dfe38907f3 (diff)
downloadrockbox-eed49f09ce82e5f6853bd46263b2963cf577577a.tar.gz
rockbox-eed49f09ce82e5f6853bd46263b2963cf577577a.zip
Define HAVE_MULTI{VOLUME,DRIVE} (aka fix red) for Onda VX7x7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23760 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ondavx747.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 046aeff5c8..259538facc 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -174,6 +174,8 @@ No access to the NAND yet..
174#define NUM_DRIVES 2 174#define NUM_DRIVES 2
175*/ 175*/
176#define CONFIG_STORAGE (STORAGE_SD) 176#define CONFIG_STORAGE (STORAGE_SD)
177#define HAVE_MULTIVOLUME
178#define HAVE_MULTIDRIVE
177#define NUM_DRIVES 1 179#define NUM_DRIVES 1
178#define HAVE_HOTSWAP_STORAGE_AS_MAIN 180#define HAVE_HOTSWAP_STORAGE_AS_MAIN
179#define INCLUDE_TIMEOUT_API 181#define INCLUDE_TIMEOUT_API