summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-02 17:53:35 +0000
committerDave Chapman <dave@dchapman.com>2008-10-02 17:53:35 +0000
commit82131ac98c0144b5e430e643c23e2b90e5985214 (patch)
treec678b2d2a4a99758a2f2ea49c8e07d7b61261c80
parentc2933cd46e7a84df24acf488249f62f9ec090759 (diff)
downloadrockbox-82131ac98c0144b5e430e643c23e2b90e5985214.tar.gz
rockbox-82131ac98c0144b5e430e643c23e2b90e5985214.zip
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-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index dd78b1333a..8ce44b0c39 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1625,7 +1625,7 @@ fi
1625 ;; 1625 ;;
1626 1626
1627 53|m200) 1627 53|m200)
1628 target_id=31 1628 target_id=48
1629 modelname="m200" 1629 modelname="m200"
1630 target="-DSANSA_M200" 1630 target="-DSANSA_M200"
1631 memory=2 # always 1631 memory=2 # always
@@ -1744,7 +1744,7 @@ fi
1744 ;; 1744 ;;
1745 1745
1746 110|meizum6sl) 1746 110|meizum6sl)
1747 target_id=20 1747 target_id=49
1748 modelname="meizum6sl" 1748 modelname="meizum6sl"
1749 target="-DMEIZU_M6SL" 1749 target="-DMEIZU_M6SL"
1750 memory=16 # always 1750 memory=16 # always