diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-11-26 17:17:43 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-11-26 17:17:43 +0000 |
| commit | eed49f09ce82e5f6853bd46263b2963cf577577a (patch) | |
| tree | 470978067cdd624c8b977044ba9453a9ef2bc0bd /firmware/export | |
| parent | d052ced874172e95fdc1d096205ac4dfe38907f3 (diff) | |
| download | rockbox-eed49f09ce82e5f6853bd46263b2963cf577577a.zip rockbox-eed49f09ce82e5f6853bd46263b2963cf577577a.tar.gz rockbox-eed49f09ce82e5f6853bd46263b2963cf577577a.tar.bz2 rockbox-eed49f09ce82e5f6853bd46263b2963cf577577a.tar.xz | |
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
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-ondavx747.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index 046aeff..259538f 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -174,6 +174,8 @@ No access to the NAND yet.. #define NUM_DRIVES 2 */ #define CONFIG_STORAGE (STORAGE_SD) +#define HAVE_MULTIVOLUME +#define HAVE_MULTIDRIVE #define NUM_DRIVES 1 #define HAVE_HOTSWAP_STORAGE_AS_MAIN #define INCLUDE_TIMEOUT_API |