summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-11-17 21:16:07 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-11-17 21:16:07 +0000
commit131c6c2670748b0ec77358c3c0337e90e8e4ef18 (patch)
tree3e5dca60b7a1916fd7281aa2d453adc9b7b40365
parent9f0fbec9993f7b114f7bb2a29a027b3b612004bd (diff)
downloadrockbox-131c6c2670748b0ec77358c3c0337e90e8e4ef18.tar.gz
rockbox-131c6c2670748b0ec77358c3c0337e90e8e4ef18.zip
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.h6
-rwxr-xr-xtools/configure6
2 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 18a80f2791..fd696aae66 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -1,12 +1,12 @@
1/* 1/*
2 * This config file is for the Cowon iAudio D2 2 * This config file is for the Cowon D2
3 */ 3 */
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 24 7#define MODEL_NUMBER 24
8 8
9#define MODEL_NAME "Cowon iAudio D2" 9#define MODEL_NAME "Cowon D2"
10 10
11/* Produce a dual-boot bootloader.bin for mktccboot */ 11/* Produce a dual-boot bootloader.bin for mktccboot */
12#define TCCBOOT 12#define TCCBOOT
@@ -145,7 +145,7 @@
145 145
146#define CONFIG_LCD LCD_COWOND2 146#define CONFIG_LCD LCD_COWOND2
147 147
148#define BOOTFILE_EXT "iaudio" 148#define BOOTFILE_EXT "d2"
149#define BOOTFILE "rockbox." BOOTFILE_EXT 149#define BOOTFILE "rockbox." BOOTFILE_EXT
150#define BOOTDIR "/.rockbox" 150#define BOOTDIR "/.rockbox"
151 151
diff --git a/tools/configure b/tools/configure
index a817f5db67..433dc6683c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -687,11 +687,11 @@ cat <<EOF
687 6) AV300 26) Mini 2G 687 6) AV300 26) Mini 2G
688 ==Toshiba== 27) 1G, 2G 688 ==Toshiba== 27) 1G, 2G
689 40) Gigabeat F 689 40) Gigabeat F
690 ==iAudio== 41) Gigabeat S ==SanDisk== 690 ==Cowon/iAudio== 41) Gigabeat S ==SanDisk==
691 30) X5/X5V/X5L 50) Sansa e200 691 30) X5/X5V/X5L 50) Sansa e200
692 31) M5/M5L ==Tatung== 51) Sansa e200R 692 31) M5/M5L ==Tatung== 51) Sansa e200R
693 32) 7 60) Elio TPJ-1022 52) Sansa c200 693 32) 7 60) Elio TPJ-1022 52) Sansa c200
694 33) Cowon D2 53) Sansa m200 694 33) D2 53) Sansa m200
695 34) M3/M3L ==Olympus== 54) Sansa c100 695 34) M3/M3L ==Olympus== 54) Sansa c100
696 70) M:Robe 500 55) Sansa Clip 696 70) M:Robe 500 55) Sansa Clip
697 ==Creative== 71) M:Robe 100 56) Sansa e200v2 697 ==Creative== 71) M:Robe 100 56) Sansa e200v2
@@ -1327,7 +1327,7 @@ fi
1327 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" 1327 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1328 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" 1328 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
1329 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" 1329 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
1330 output="rockbox.iaudio" 1330 output="rockbox.d2"
1331 appextra="recorder:gui" 1331 appextra="recorder:gui"
1332 plugins="yes" 1332 plugins="yes"
1333 swcodec="yes" 1333 swcodec="yes"