summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-27 18:30:25 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-27 20:48:30 +0100
commit716643572df46e8f00ce191e724f2a305541ddd7 (patch)
tree28ae6a9a04c82b6b37d2e0c536a7803f58a67d0e
parent3ee6ce956fe714899322c6226008bd190441c76a (diff)
downloadrockbox-716643572df46e8f00ce191e724f2a305541ddd7.tar.gz
rockbox-716643572df46e8f00ce191e724f2a305541ddd7.zip
rbutil: Remove Archos 8MB modded players.
The Archos Recorder has 2MB RAM and can be modded to 8MB. While we previously had separate builds for those the last release which it was built for is 3.4; installing for 8MB modded players was broken and installed the normal 2MB build. Since we never provided builds for other hardware mods (like Ondio backlight mod, h100 series RTC mod) there isn't much reason to do so for the 8MB mod. Furthermore, given that the current state is broken and nobody complained the number of users of the mod can be assumed to be very low, and people with a modded player also building Rockbox on their own. Change-Id: Ia200651773a2f5b58321299bad30d539fe1a5ada
-rw-r--r--rbutil/rbutilqt/rbutil.ini29
1 files changed, 2 insertions, 27 deletions
diff --git a/rbutil/rbutilqt/rbutil.ini b/rbutil/rbutilqt/rbutil.ini
index da7a2a78af..2d23a634ad 100644
--- a/rbutil/rbutilqt/rbutil.ini
+++ b/rbutil/rbutilqt/rbutil.ini
@@ -51,10 +51,8 @@ manual_url=https://download.rockbox.org/daily/manual/rockbox-%MODEL%%FORMAT%
51[platforms] 51[platforms]
52platform01=archosplayer 52platform01=archosplayer
53platform02=archosrecorder 53platform02=archosrecorder
54platform03=archosrecorder.8mb
55platform04=archosrecorderv2 54platform04=archosrecorderv2
56platform05=archosfmrecorder 55platform05=archosfmrecorder
57platform06=archosfmrecorder.8mb
58platform07=archosondiosp 56platform07=archosondiosp
59platform08=archosondiofm 57platform08=archosondiofm
60platform10=iriverh100 58platform10=iriverh100
@@ -120,7 +118,8 @@ platform137=surfansf20
120; Each device has a section here that corresponds to an entry in the 118; Each device has a section here that corresponds to an entry in the
121; [platforms] section. The section is using the same string configure uses. It 119; [platforms] section. The section is using the same string configure uses. It
122; might add a postfix (separated with a .) to distinguish variants like 120; might add a postfix (separated with a .) to distinguish variants like
123; recorder vs. recorder8mb 121; iaudiox5 vs. iaudiox5.v which are identical for Rockbox itself, but have
122; differences (in this case: require different bootloaders.)
124; 123;
125; name: the human readable name that is displayed to the user 124; name: the human readable name that is displayed to the user
126; bootloadermethod: the installation method for the bootloader. See 125; bootloadermethod: the installation method for the bootloader. See
@@ -161,18 +160,6 @@ configure_modelname=archosrecorder
161playerpic=archosrecorder 160playerpic=archosrecorder
162encoder=lame 161encoder=lame
163 162
164[archosrecorder.8mb]
165name="Jukebox Recorder 6 / 10 / 15 / 20 (with 8MiB memory)"
166buildserver_modelname=archosrecorder8mb
167bootloadermethod=none
168bootloadername=
169manualname=recorder
170brand=Archos
171usbid=0x05ab0031,0x05ab0060
172configure_modelname=archosrecorder
173playerpic=archosrecorder
174encoder=lame
175
176[archosrecorderv2] 163[archosrecorderv2]
177name="Jukebox Recorder v2 (20GB)" 164name="Jukebox Recorder v2 (20GB)"
178buildserver_modelname=archosrecorderv2 165buildserver_modelname=archosrecorderv2
@@ -197,18 +184,6 @@ configure_modelname=archosfmrecorder
197playerpic=archosfmrecorder 184playerpic=archosfmrecorder
198encoder=lame 185encoder=lame
199 186
200[archosfmrecorder.8mb]
201name="Jukebox Recorder FM (with 8MiB memory)"
202buildserver_modelname=archosfmrecorder8mb
203bootloadermethod=none
204bootloadername=
205manualname=archosfmrecorder
206brand=Archos
207usbid=0x05ab0060
208configure_modelname=archosfmrecorder
209playerpic=archosfmrecorder
210encoder=lame
211
212[archosondiosp] 187[archosondiosp]
213name="Ondio SP" 188name="Ondio SP"
214buildserver_modelname=archosondiosp 189buildserver_modelname=archosondiosp