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 | |
| parent | 590501cfe404b5463adecc70628e5bc7c8f142a2 (diff) | |
| download | rockbox-322fcb5d1ce7c86ca982757b58a4d81831fc40af.zip rockbox-322fcb5d1ce7c86ca982757b58a4d81831fc40af.tar.gz rockbox-322fcb5d1ce7c86ca982757b58a4d81831fc40af.tar.bz2 rockbox-322fcb5d1ce7c86ca982757b58a4d81831fc40af.tar.xz | |
Re-enable plugins for c200, and fix the red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14806 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/SOURCES | 1 | ||||
| -rwxr-xr-x | tools/configure | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index d581906..fe71c1f 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -14,7 +14,6 @@ random_folder_advance_config.c rockblox.c rockbox_flash.c search.c -shortcuts.c snow.c sort.c stats.c diff --git a/tools/configure b/tools/configure index 73e6a50..caaa34d 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" |