diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-09-15 09:05:47 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-09-15 09:05:47 +0000 |
| commit | 2e9242e3216e2bf1b19c7ec0e4a06b7801f920c1 (patch) | |
| tree | ceda7c9ef122b6e6c65f88a5dccbf0950da1fdd5 | |
| parent | e0803381a402391e34a8925a6aa17a743aa136f4 (diff) | |
| download | rockbox-2e9242e3216e2bf1b19c7ec0e4a06b7801f920c1.zip rockbox-2e9242e3216e2bf1b19c7ec0e4a06b7801f920c1.tar.gz rockbox-2e9242e3216e2bf1b19c7ec0e4a06b7801f920c1.tar.bz2 rockbox-2e9242e3216e2bf1b19c7ec0e4a06b7801f920c1.tar.xz | |
fix target name for MPIO HD200 in tools/configure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28090 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 7821ab6..c7c75a2 100755 --- a/tools/configure +++ b/tools/configure @@ -2675,7 +2675,7 @@ fi t_model="vibe500" ;; - 170|hd200) + 170|mpiohd200) target_id=69 modelname="mpiohd200" target="-DMPIO_HD200" |