diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-11-17 21:16:07 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-11-17 21:16:07 +0000 |
| commit | 131c6c2670748b0ec77358c3c0337e90e8e4ef18 (patch) | |
| tree | 3e5dca60b7a1916fd7281aa2d453adc9b7b40365 | |
| parent | 9f0fbec9993f7b114f7bb2a29a027b3b612004bd (diff) | |
| download | rockbox-131c6c2670748b0ec77358c3c0337e90e8e4ef18.zip rockbox-131c6c2670748b0ec77358c3c0337e90e8e4ef18.tar.gz rockbox-131c6c2670748b0ec77358c3c0337e90e8e4ef18.tar.bz2 rockbox-131c6c2670748b0ec77358c3c0337e90e8e4ef18.tar.xz | |
Remove iAudio references from the Cowon D2 build, since it is not an iAudio branded player. The binary name has changed to rockbox.d2, so you will need to re-configure and update your bootloader after this change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19130 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-cowond2.h | 6 | ||||
| -rwxr-xr-x | tools/configure | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 18a80f2..fd696aa 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -1,12 +1,12 @@ /* - * This config file is for the Cowon iAudio D2 + * This config file is for the Cowon D2 */ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 24 -#define MODEL_NAME "Cowon iAudio D2" +#define MODEL_NAME "Cowon D2" /* Produce a dual-boot bootloader.bin for mktccboot */ #define TCCBOOT @@ -145,7 +145,7 @@ #define CONFIG_LCD LCD_COWOND2 -#define BOOTFILE_EXT "iaudio" +#define BOOTFILE_EXT "d2" #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" diff --git a/tools/configure b/tools/configure index a817f5d..433dc66 100755 --- a/tools/configure +++ b/tools/configure @@ -687,11 +687,11 @@ cat <<EOF 6) AV300 26) Mini 2G ==Toshiba== 27) 1G, 2G 40) Gigabeat F - ==iAudio== 41) Gigabeat S ==SanDisk== + ==Cowon/iAudio== 41) Gigabeat S ==SanDisk== 30) X5/X5V/X5L 50) Sansa e200 31) M5/M5L ==Tatung== 51) Sansa e200R 32) 7 60) Elio TPJ-1022 52) Sansa c200 - 33) Cowon D2 53) Sansa m200 + 33) D2 53) Sansa m200 34) M3/M3L ==Olympus== 54) Sansa c100 70) M:Robe 500 55) Sansa Clip ==Creative== 71) M:Robe 100 56) Sansa e200v2 @@ -1327,7 +1327,7 @@ fi bmp2rb_native="$rootdir/tools/bmp2rb -f 4" bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" - output="rockbox.iaudio" + output="rockbox.d2" appextra="recorder:gui" plugins="yes" swcodec="yes" |