diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-01-09 21:42:25 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-01-09 21:42:25 +0000 |
| commit | 67ae5cce2e4ffe68b511aa5437706656fe30891c (patch) | |
| tree | f899ba932f8e2e5b23974a532ab7c45b87545787 /tools | |
| parent | 9cb473319370810fbab474d26524d927d908c91f (diff) | |
| download | rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.zip rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.tar.gz rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.tar.bz2 rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.tar.xz | |
SA9200: Make plugins. Cheat a little just to get things to make at first by using some artwork for 128x128 screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 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 7e53cd4..6a7eaeb 100755 --- a/tools/configure +++ b/tools/configure @@ -2346,7 +2346,7 @@ fi bmp2rb_native="$rootdir/tools/bmp2rb -f 4" output="rockbox.mi4" appextra="recorder:gui:radio" - plugins="" + plugins="yes" swcodec="yes" boottool="$rootdir/tools/scramble -mi4v3 -model=9200 -type=RBBL" bootoutput="FWImage.ebn" |