From e876f4df6d240bd2e319b1e63be95a625f049a97 Mon Sep 17 00:00:00 2001 From: Lorenzo Miori Date: Tue, 10 Sep 2013 22:48:34 +0200 Subject: 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 --- tools/buildzip.pl | 3 +-- tools/configure | 25 +++++++++++++++++++++++++ tools/root.make | 4 ++++ 3 files changed, 30 insertions(+), 2 deletions(-) (limited to 'tools') 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); - diff --git a/tools/configure b/tools/configure index 0f89783..dfe84a9 100755 --- a/tools/configure +++ b/tools/configure @@ -1340,6 +1340,7 @@ cat <