summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-03-31 08:47:02 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-03-31 08:47:02 +0000
commitbd42d31e5eb1eed61da6c25064de1eed23c7163e (patch)
tree8a5263c7171b49a23e1c729332299b6952893bf7 /firmware/export
parente996e2ff912dfe5e6c5e58c254bd9948752c3bcb (diff)
downloadrockbox-bd42d31e5eb1eed61da6c25064de1eed23c7163e.tar.gz
rockbox-bd42d31e5eb1eed61da6c25064de1eed23c7163e.zip
RoLo now works on the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6238 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rw-r--r--firmware/export/config-player.h3
-rw-r--r--firmware/export/config-recorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
7 files changed, 21 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index f5e82bbd12..ec410cb02a 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -78,4 +78,7 @@
78 78
79#define CONFIG_LCD LCD_SSD1815 79#define CONFIG_LCD LCD_SSD1815
80 80
81#define BOOTFILE_EXT ".ajz"
82#define BOOTFILE "ajbrec" BOOTFILE_EXT
83
81#endif /* SIMULATOR */ 84#endif /* SIMULATOR */
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 9c7ba6c1d3..d8453a96d1 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -56,4 +56,7 @@
56/* Define this if you have adjustable CPU frequency */ 56/* Define this if you have adjustable CPU frequency */
57#define HAVE_ADJUSTABLE_CPU_FREQ 57#define HAVE_ADJUSTABLE_CPU_FREQ
58 58
59#define BOOTFILE_EXT ".iriver"
60#define BOOTFILE "rockbox" BOOTFILE_EXT
61
59#endif 62#endif
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 79e7adbe58..cce88e591b 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -87,4 +87,7 @@
87 87
88#define CONFIG_LCD LCD_SSD1815 88#define CONFIG_LCD LCD_SSD1815
89 89
90#define BOOTFILE_EXT ".ajz"
91#define BOOTFILE "ajbrec" BOOTFILE_EXT
92
90#endif /* SIMULATOR */ 93#endif /* SIMULATOR */
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index bda078a792..58cb4085ae 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -75,4 +75,7 @@
75 75
76#define CONFIG_LCD LCD_SSD1815 76#define CONFIG_LCD LCD_SSD1815
77 77
78#define BOOTFILE_EXT ".ajz"
79#define BOOTFILE "ajbrec" BOOTFILE_EXT
80
78#endif /* SIMULATOR */ 81#endif /* SIMULATOR */
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 6ca5663563..8b85bfdfae 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -68,4 +68,7 @@
68 68
69#define CONFIG_LCD LCD_SSD1801 69#define CONFIG_LCD LCD_SSD1801
70 70
71#define BOOTFILE_EXT ".mod"
72#define BOOTFILE "archos" BOOTFILE_EXT
73
71#endif /* SIMULATOR */ 74#endif /* SIMULATOR */
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 4d29b66fa0..a3a354feea 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -72,4 +72,7 @@
72 72
73#define CONFIG_LCD LCD_SSD1815 73#define CONFIG_LCD LCD_SSD1815
74 74
75#define BOOTFILE_EXT ".ajz"
76#define BOOTFILE "ajbrec" BOOTFILE_EXT
77
75#endif /* SIMULATOR */ 78#endif /* SIMULATOR */
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 941946ace0..b9a011802c 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -78,4 +78,7 @@
78 78
79#define CONFIG_LCD LCD_SSD1815 79#define CONFIG_LCD LCD_SSD1815
80 80
81#define BOOTFILE_EXT ".ajz"
82#define BOOTFILE "ajbrec" BOOTFILE_EXT
83
81#endif /* SIMULATOR */ 84#endif /* SIMULATOR */