diff options
| author | Mark Arigo <markarigo@gmail.com> | 2008-01-09 20:07:42 +0000 |
|---|---|---|
| committer | Mark Arigo <markarigo@gmail.com> | 2008-01-09 20:07:42 +0000 |
| commit | 2e69ec6aa76e37a7ba0c977460c6838648cd4eb1 (patch) | |
| tree | d6f8b7b03677a8240874b4ef3d8a180dac32a32e /tools | |
| parent | 7152bce7de59f4dfb93389e8408398e0ad495c10 (diff) | |
| download | rockbox-2e69ec6aa76e37a7ba0c977460c6838648cd4eb1.zip rockbox-2e69ec6aa76e37a7ba0c977460c6838648cd4eb1.tar.gz rockbox-2e69ec6aa76e37a7ba0c977460c6838648cd4eb1.tar.bz2 rockbox-2e69ec6aa76e37a7ba0c977460c6838648cd4eb1.tar.xz | |
m:robe 100 fixes: (1) add missing keymap (copied from H10), (2) rename lcd_yuv_blit to lcd_grey_phase_blit (since lcd is mono), and (3) update firmware/FILES for the new target. The bootloader and target builds should compile now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 5055a0f..6dc2325 100755 --- a/tools/configure +++ b/tools/configure @@ -1293,8 +1293,8 @@ EOF t_model="mrobe-500" ;; - 71|mrobe100) - target_id=31 + 71|mrobe100) + target_id=33 archos="mrobe100" target="-DMROBE_100" memory=32 # always |