diff options
| author | Nils Stec <nils.stec@gmail.com> | 2014-06-30 20:24:15 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-06-30 21:20:15 +0200 |
| commit | c9816f57bf8782fd2ce6487aa0dc0f739145b631 (patch) | |
| tree | af0f7314182fb8ee278ced53b7f79615312f32d2 /tools | |
| parent | 6e575b6c7011827c042cba7b27537c1ceec9ef24 (diff) | |
| download | rockbox-c9816f57bf8782fd2ce6487aa0dc0f739145b631.zip rockbox-c9816f57bf8782fd2ce6487aa0dc0f739145b631.tar.gz rockbox-c9816f57bf8782fd2ce6487aa0dc0f739145b631.tar.bz2 rockbox-c9816f57bf8782fd2ce6487aa0dc0f739145b631.tar.xz | |
Introduce plugin keymaps for the Sony NWZ Series
Change-Id: I46b8766bd44118bce4931b7ee71815ae5f51cb2e
Reviewed-on: http://gerrit.rockbox.org/879
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
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 cfc9aa5..4cfd294 100755 --- a/tools/configure +++ b/tools/configure @@ -3669,7 +3669,7 @@ fi output="rockbox.sony" bootoutput="bootloader-nwze370.sony" appextra="gui:recorder:radio" - plugins="" + plugins="yes" swcodec="yes" toolset=$scramblebitmaptools t_cpu="arm" @@ -3689,7 +3689,7 @@ fi output="rockbox.sony" bootoutput="bootloader-nwze360.sony" appextra="gui:recorder:radio" - plugins="" + plugins="yes" swcodec="yes" toolset=$scramblebitmaptools t_cpu="arm" |