forked from len0rd/rockbox
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
This commit is contained in:
parent
9f0fbec999
commit
131c6c2670
2 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
6
tools/configure
vendored
6
tools/configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue