1
0
Fork 0
forked from len0rd/rockbox

Change the name of the H100 bootloader output from rockbox.iriver to bootloader.iriver (as required by the iriver_flash plugin).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23336 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alex Parker 2009-10-24 22:56:00 +00:00
parent ef6e1c4eaa
commit 4b7e5361d2

2
tools/configure vendored
View file

@ -1122,6 +1122,7 @@ fi
bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
output="rockbox.iriver" output="rockbox.iriver"
bootoutput="bootloader.iriver"
appextra="recorder:gui" appextra="recorder:gui"
flash="$pwd/rombox.iriver" flash="$pwd/rombox.iriver"
plugins="yes" plugins="yes"
@ -1169,6 +1170,7 @@ fi
bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
output="rockbox.iriver" output="rockbox.iriver"
bootoutput="bootloader.iriver"
appextra="recorder:gui" appextra="recorder:gui"
flash="$pwd/rombox.iriver" flash="$pwd/rombox.iriver"
plugins="yes" plugins="yes"