diff options
author | Will Robertson <aliask@rockbox.org> | 2007-09-21 16:10:56 +0000 |
---|---|---|
committer | Will Robertson <aliask@rockbox.org> | 2007-09-21 16:10:56 +0000 |
commit | 322fcb5d1ce7c86ca982757b58a4d81831fc40af (patch) | |
tree | 6300b6cb21d0eb15a9cc17150ab84532f8a0092c /tools | |
parent | 590501cfe404b5463adecc70628e5bc7c8f142a2 (diff) | |
download | rockbox-322fcb5d1ce7c86ca982757b58a4d81831fc40af.tar.gz rockbox-322fcb5d1ce7c86ca982757b58a4d81831fc40af.zip |
Re-enable plugins for c200, and fix the red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14806 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 73e6a50e79..caaa34db28 100755 --- a/tools/configure +++ b/tools/configure @@ -1373,7 +1373,7 @@ EOF appextra="recorder:gui" archosrom="" flash="" - plugins="" + plugins="yes" swcodec="yes" boottool="$rootdir/tools/scramble -mi4v3 -model=c200 -type=RBBL" bootoutput="firmware.mi4" |