diff options
| author | Dave Chapman <dave@dchapman.com> | 2008-10-02 17:53:35 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2008-10-02 17:53:35 +0000 |
| commit | 82131ac98c0144b5e430e643c23e2b90e5985214 (patch) | |
| tree | c678b2d2a4a99758a2f2ea49c8e07d7b61261c80 | |
| parent | c2933cd46e7a84df24acf488249f62f9ec090759 (diff) | |
| download | rockbox-82131ac98c0144b5e430e643c23e2b90e5985214.zip rockbox-82131ac98c0144b5e430e643c23e2b90e5985214.tar.gz rockbox-82131ac98c0144b5e430e643c23e2b90e5985214.tar.bz2 rockbox-82131ac98c0144b5e430e643c23e2b90e5985214.tar.xz | |
Fix some new ports to ensure target_id is unique
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18683 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index dd78b13..8ce44b0 100755 --- a/tools/configure +++ b/tools/configure @@ -1625,7 +1625,7 @@ fi ;; 53|m200) - target_id=31 + target_id=48 modelname="m200" target="-DSANSA_M200" memory=2 # always @@ -1744,7 +1744,7 @@ fi ;; 110|meizum6sl) - target_id=20 + target_id=49 modelname="meizum6sl" target="-DMEIZU_M6SL" memory=16 # always |