mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Add a few targerts to builds.pm
Change-Id: I6c2e139cf55c7bd07e6327abbc9dd93e5bdb6e21 Reviewed-on: http://gerrit.rockbox.org/631 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
5ab4e90ac4
commit
2e0a3fc5ce
1 changed files with 16 additions and 0 deletions
|
@ -327,6 +327,22 @@ $releasenotes="/wiki/ReleaseNotes313";
|
||||||
name => 'MPIO HD300',
|
name => 'MPIO HD300',
|
||||||
status => 3,
|
status => 3,
|
||||||
},
|
},
|
||||||
|
'creativezenxfi2' => {
|
||||||
|
name => 'Creative Zen X-Fi2',
|
||||||
|
status => 1,
|
||||||
|
},
|
||||||
|
'creativezenxfi3' => {
|
||||||
|
name => 'Creative Zen X-Fi3',
|
||||||
|
status => 1,
|
||||||
|
},
|
||||||
|
'sonynwze360' => {
|
||||||
|
name => 'Sony NWZ-E360',
|
||||||
|
status => 1,
|
||||||
|
},
|
||||||
|
'sonynwze370' => {
|
||||||
|
name => 'Sony NWZ-E370',
|
||||||
|
status => 1,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
sub manualname {
|
sub manualname {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue