diff options
| author | Dominik Wenger <domonoky@googlemail.com> | 2008-12-12 19:50:49 +0000 |
|---|---|---|
| committer | Dominik Wenger <domonoky@googlemail.com> | 2008-12-12 19:50:49 +0000 |
| commit | 90bcf9be5ec65894fa75bfc546c6d2a8365ec899 (patch) | |
| tree | af8b2db20169a29de52056354e13034ea3d8839c /tools | |
| parent | 790f5ae1e0f90bcbb85950a60b8597e4e40ed0ba (diff) | |
| download | rockbox-90bcf9be5ec65894fa75bfc546c6d2a8365ec899.zip rockbox-90bcf9be5ec65894fa75bfc546c6d2a8365ec899.tar.gz rockbox-90bcf9be5ec65894fa75bfc546c6d2a8365ec899.tar.bz2 rockbox-90bcf9be5ec65894fa75bfc546c6d2a8365ec899.tar.xz | |
m200v4: rename Keys, so they match better other targets with similar key-layout. Enable plugins, add keymaps for plugins. More keymap improvements needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19405 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 1003540..1d98ca8 100755 --- a/tools/configure +++ b/tools/configure @@ -1727,7 +1727,7 @@ fi output="rockbox.sansa" bootoutput="bootloader-m200v4.sansa" appextra="recorder:gui" - plugins="" + plugins="yes" swcodec="yes" toolset=$scramblebitmaptools t_cpu="arm" |