diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2009-10-29 22:08:47 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2009-10-29 22:08:47 +0000 |
commit | 80ce2c857431673299da503b7c9d8bb11cd695af (patch) | |
tree | e2199abd74a16498963903881fda5aa27b4ac289 | |
parent | ad785518111eabe4518dca485421e533186f63a5 (diff) |
Change the D2 bootloader output filename to bootloader-cowond2.bin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23412 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-x | tools/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 5023b69331..dc21789532 100755 --- a/tools/configure +++ b/tools/configure @@ -1537,10 +1537,11 @@ fi memory=32 arm926ejscc tool="$rootdir/tools/scramble -add=d2" - boottool="$rootdir/tools/scramble -tcc=crc" + boottool="cp " bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 4" output="rockbox.d2" + bootoutput="bootloader-cowond2.bin" appextra="recorder:gui" plugins="yes" swcodec="yes" |