diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-10-24 22:56:00 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-10-24 22:56:00 +0000 |
| commit | 4b7e5361d2a9d18232ba57f1623d9e67d8ce19e2 (patch) | |
| tree | e9e0142bef00bd5b8d3ee1c0943d528a2e91bf7c | |
| parent | ef6e1c4eaac6ead12a8ca28a004a1826d9c92d4e (diff) | |
| download | rockbox-4b7e5361d2a9d18232ba57f1623d9e67d8ce19e2.zip rockbox-4b7e5361d2a9d18232ba57f1623d9e67d8ce19e2.tar.gz rockbox-4b7e5361d2a9d18232ba57f1623d9e67d8ce19e2.tar.bz2 rockbox-4b7e5361d2a9d18232ba57f1623d9e67d8ce19e2.tar.xz | |
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
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 6246c42..6a9415e 100755 --- a/tools/configure +++ b/tools/configure @@ -1122,6 +1122,7 @@ fi bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" output="rockbox.iriver" + bootoutput="bootloader.iriver" appextra="recorder:gui" flash="$pwd/rombox.iriver" plugins="yes" @@ -1169,6 +1170,7 @@ fi bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" output="rockbox.iriver" + bootoutput="bootloader.iriver" appextra="recorder:gui" flash="$pwd/rombox.iriver" plugins="yes" |