diff options
-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 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" |