Removed player-old
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2670 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eebd237d46
commit
900bbb6df0
2 changed files with 5 additions and 9 deletions
|
@ -19,10 +19,9 @@ describing how to compile Rockbox
|
|||
<p>These are automated daily builds of the CVS code.
|
||||
They are <i>not</i> official releases and are in fact almost guaranteed to contain bugs!
|
||||
|
||||
<p>These builds are discussed in IRC or mail only. <font color="red"><big><b>DO NOT FILE BUG REPORTS FOR THEM!</b></big></font>
|
||||
|
||||
<p>There are three versions of each build:
|
||||
<p><b>New:</b> We now accept bug reports for daily builds too. Just make sure you mark the report with the exact version you were running.
|
||||
|
||||
<p>
|
||||
<!--#exec cmd="./dailymod.pl" -->
|
||||
|
||||
<p><b>Note 1:</b> You must rename the file to "archos.mod" ("ajbrec.ajz" for the recorder) before copying it to the root of your archos.
|
||||
|
|
|
@ -17,14 +17,11 @@ sub list {
|
|||
print "</ul>\n";
|
||||
}
|
||||
|
||||
print "<table class=rockbox><tr><th>player-old</th><th>player</th><th>recorder</th></tr>\n";
|
||||
print "<tr><td>This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n";
|
||||
&list("playerold");
|
||||
|
||||
print "</td><td>This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n";
|
||||
print "<table class=rockbox><tr><th>player</th><th>recorder</th></tr>\n";
|
||||
print "<tr><td>\n";
|
||||
&list("player");
|
||||
|
||||
print "</td><td>This version is for all Archos Jukebox Recorder models:\n";
|
||||
print "</td><td>\n";
|
||||
&list("recorder");
|
||||
|
||||
print "</td></tr></table>\n";
|
||||
|
|
Loading…
Reference in a new issue