diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-08-31 20:46:11 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-31 20:46:11 +0000 |
| commit | 141b60d6ceda917ef7c7d3d80939bd98b2010ab3 (patch) | |
| tree | 4c6b210f1b6c82d3338af25b2f4b8ba3fbdb6203 | |
| parent | 01e4201e44033493335b6f302fe4a45d838eb38f (diff) | |
| download | rockbox-141b60d6ceda917ef7c7d3d80939bd98b2010ab3.zip rockbox-141b60d6ceda917ef7c7d3d80939bd98b2010ab3.tar.gz rockbox-141b60d6ceda917ef7c7d3d80939bd98b2010ab3.tar.bz2 rockbox-141b60d6ceda917ef7c7d3d80939bd98b2010ab3.tar.xz | |
make target_id for tpj1022 unique, 23 was already in use
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10833 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 b4c2fd8..38b1100 100755 --- a/tools/configure +++ b/tools/configure @@ -1022,7 +1022,7 @@ EOF ;; 60|tpj1022) - target_id=23 + target_id=25 archos="tpj1022" target="-DELIO_TPJ1022" memory=32 # always |