diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2018-03-02 21:53:55 +0100 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2018-06-12 10:31:15 +0200 |
| commit | fbb6a2ff6d751adaaef73a86a98700f91571d0a1 (patch) | |
| tree | e4bf533e945a03887620361ad110b3612321d67d /tools | |
| parent | 0538ba3d59a1a29adcee0b4656b204fda102ad89 (diff) | |
| download | rockbox-fbb6a2ff6d751adaaef73a86a98700f91571d0a1.zip rockbox-fbb6a2ff6d751adaaef73a86a98700f91571d0a1.tar.gz rockbox-fbb6a2ff6d751adaaef73a86a98700f91571d0a1.tar.bz2 rockbox-fbb6a2ff6d751adaaef73a86a98700f91571d0a1.tar.xz | |
Agptek Rocker: Build plugins
Patch provided by Aapo Tahkola.
Change-Id: I37a42a950d78d6b8aa3927ec7aeb30030f7be7a5
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 963bb62..1d93fd0 100755 --- a/tools/configure +++ b/tools/configure @@ -4206,7 +4206,7 @@ fi output="rockbox.rocker" bootoutput="bootloader.rocker" appextra="recorder:gui:hosted" - plugins="" + plugins="yes" swcodec="yes" # architecture, manufacturer and model for the target-tree build t_cpu="hosted" |