diff options
| author | Dave Chapman <dave@dchapman.com> | 2011-02-08 22:07:47 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2011-02-08 22:07:47 +0000 |
| commit | eaeff26349b6cbceb435f58421e10133c45cbfa5 (patch) | |
| tree | 93634b150384a6c3e6337b483996c91d07f493b8 | |
| parent | 0efaee4c2d20efc34571e18c7a5bd395dd2d2830 (diff) | |
| download | rockbox-eaeff26349b6cbceb435f58421e10133c45cbfa5.zip rockbox-eaeff26349b6cbceb435f58421e10133c45cbfa5.tar.gz rockbox-eaeff26349b6cbceb435f58421e10133c45cbfa5.tar.bz2 rockbox-eaeff26349b6cbceb435f58421e10133c45cbfa5.tar.xz | |
Fix a duplicate target_id
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29255 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 26425ff..6be8f61 100755 --- a/tools/configure +++ b/tools/configure @@ -2771,7 +2771,7 @@ fi ;; 143|samsungyps3) - target_id=60 + target_id=72 modelname="samsungyps3" target="-DSAMSUNG_YPS3" memory=16 # always |