summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-10-24 22:56:00 +0000
committerAlex Parker <rockbox@aeparker.com>2009-10-24 22:56:00 +0000
commit4b7e5361d2a9d18232ba57f1623d9e67d8ce19e2 (patch)
treee9e0142bef00bd5b8d3ee1c0943d528a2e91bf7c
parentef6e1c4eaac6ead12a8ca28a004a1826d9c92d4e (diff)
downloadrockbox-4b7e5361d2a9d18232ba57f1623d9e67d8ce19e2.tar.gz
rockbox-4b7e5361d2a9d18232ba57f1623d9e67d8ce19e2.zip
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-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 6246c428a6..6a9415e7a3 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1122,6 +1122,7 @@ fi
1122 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" 1122 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
1123 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" 1123 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
1124 output="rockbox.iriver" 1124 output="rockbox.iriver"
1125 bootoutput="bootloader.iriver"
1125 appextra="recorder:gui" 1126 appextra="recorder:gui"
1126 flash="$pwd/rombox.iriver" 1127 flash="$pwd/rombox.iriver"
1127 plugins="yes" 1128 plugins="yes"
@@ -1169,6 +1170,7 @@ fi
1169 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" 1170 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
1170 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" 1171 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
1171 output="rockbox.iriver" 1172 output="rockbox.iriver"
1173 bootoutput="bootloader.iriver"
1172 appextra="recorder:gui" 1174 appextra="recorder:gui"
1173 flash="$pwd/rombox.iriver" 1175 flash="$pwd/rombox.iriver"
1174 plugins="yes" 1176 plugins="yes"