diff options
| author | Lorenzo Miori <memoryS60@gmail.com> | 2013-09-10 22:48:34 +0200 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-02-05 09:56:21 +0100 |
| commit | e876f4df6d240bd2e319b1e63be95a625f049a97 (patch) | |
| tree | ce2fe1b24650e3be7a6cd2d346d29090a5422a8c /tools/buildzip.pl | |
| parent | b828b9d99bff2acc0e1f543f3176fd4b632cba68 (diff) | |
| download | rockbox-e876f4df6d240bd2e319b1e63be95a625f049a97.zip rockbox-e876f4df6d240bd2e319b1e63be95a625f049a97.tar.gz rockbox-e876f4df6d240bd2e319b1e63be95a625f049a97.tar.bz2 rockbox-e876f4df6d240bd2e319b1e63be95a625f049a97.tar.xz | |
Samsung YP-R1 target port
This is the basic port to the new target Samsung
YP-R1, which runs on a similar platform as YP-R0.
Port is usable, although there are still
some optimizations that have to be done.
Change-Id: If83a8e386369e413581753780c159026d9e41f04
Diffstat (limited to 'tools/buildzip.pl')
| -rwxr-xr-x | tools/buildzip.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 56bbe6d..1fd242e 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -375,7 +375,7 @@ sub buildzip { close(IGNORE); # the samsung ypr0 has a loader script that's needed in the zip - if ($modelname =~ /samsungypr0/) { + if ($modelname =~ /samsungypr[01]/) { glob_copy("$ROOT/utils/ypr0tools/rockbox.sh", "$temp_dir/"); } # add .nomedia on Android @@ -695,4 +695,3 @@ elsif($exe eq "librockbox.so") { } runone($exe, $incfonts); - |