diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2010-02-21 21:48:47 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2010-02-21 21:48:47 +0000 |
commit | 4ddaee75e36b41fe5a034a177e174ca3b1268a78 (patch) | |
tree | 15b00e146774e2f286c4a11dd430b6bf63f8761d /tools | |
parent | 02ab23e92fc642f333f670d3e843b08bbaf88d0a (diff) | |
download | rockbox-4ddaee75e36b41fe5a034a177e174ca3b1268a78.tar.gz rockbox-4ddaee75e36b41fe5a034a177e174ca3b1268a78.zip |
Disable rombox on ondio SP. It can be reenabled if the binsize goes down again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24823 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 1ed4d22c79..bc0a70aba9 100755 --- a/tools/configure +++ b/tools/configure @@ -1079,7 +1079,7 @@ fi bmp2rb_native="$rootdir/tools/bmp2rb -f 0" output="ajbrec.ajz" appextra="recorder:gui" - archosrom="$pwd/rombox.ucl" + #archosrom="$pwd/rombox.ucl" flash="$pwd/rockbox.ucl" plugins="yes" swcodec="" |