forked from len0rd/rockbox
builds: Mark the Archos Recorder v1 as officially retired.
The last successful build was 87c6df9-131213, shortly after the 3.13 relase, but even before that, it had been problematic due to severe firmware image size limitations (200KB) of the hardware bootrom. (Current git code genrates an image about 220KB) Change-Id: Ibaf7bd61cbc0f0656c5e119bbb9934437aa9c47c
This commit is contained in:
parent
776ceae119
commit
bbe8c73bb8
1 changed files with 2 additions and 4 deletions
|
@ -1,12 +1,10 @@
|
|||
$publicrelease="3.15";
|
||||
$manualrelease="3.15";
|
||||
$voicerelease="3.15";
|
||||
$releasedate="15 Nov 2019";
|
||||
$releasenotes="/wiki/ReleaseNotes315";
|
||||
|
||||
# { 'modelname' => {
|
||||
# name => 'Full Name',
|
||||
# status => 1, # 1=unusable, 2=unstable, 3=stable
|
||||
# status => 1, # 0=retired, 1=unusable, 2=unstable, 3=stable
|
||||
# ram => 2, # optional (used?)
|
||||
# manual => 'modelname2', # optional (uses modelname2's manual)
|
||||
# icon => 'modelname3', # optional (uses modelname3's icon)
|
||||
|
@ -36,7 +34,7 @@ $releasenotes="/wiki/ReleaseNotes315";
|
|||
},
|
||||
'archosrecorder' => {
|
||||
name => 'Archos Recorder v1',
|
||||
status => 3,
|
||||
status => 0, # Has not compiled since 2013
|
||||
ram => 2,
|
||||
release => '3.13', # Haven't had a proper release since then.
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue