diff options
author | Dave Chapman <dave@dchapman.com> | 2006-12-14 01:10:44 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-12-14 01:10:44 +0000 |
commit | c657504e58b53ac34ba51a64e86766525e20e36f (patch) | |
tree | cb6aee0a4b58a1dd0c4c95db7fc3f4863be27cca /tools/configure | |
parent | 3b0b27e13443299b593867f7a1dbf2f045d4588d (diff) |
Change the ipod bootloaders to be created as ".ipod" files - this will be the format required by the new version of ipodpatcher. Also change the bootloader filenames to include the model name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/tools/configure b/tools/configure index efcd5d4d0a..3a5c7352a6 100755 --- a/tools/configure +++ b/tools/configure @@ -869,8 +869,7 @@ EOF flash="" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" - boottool="$rootdir/tools/scramble -ipod4g" - bootoutput="bootloader.img" + bootoutput="bootloader-$archos.ipod" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools @@ -895,8 +894,7 @@ EOF flash="" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" - boottool="$rootdir/tools/scramble -ipod4g" - bootoutput="bootloader.img" + bootoutput="bootloader-$archos.ipod" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools @@ -921,8 +919,7 @@ EOF flash="" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" - boottool="$rootdir/tools/scramble -ipod5g" - bootoutput="bootloader.img" + bootoutput="bootloader-$archos.ipod" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools @@ -947,8 +944,7 @@ EOF flash="" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" - boottool="$rootdir/tools/scramble -ipod3g" - bootoutput="bootloader.img" + bootoutput="bootloader-$archos.ipod" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools @@ -973,8 +969,7 @@ EOF flash="" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" - boottool="$rootdir/tools/scramble -ipod4g" - bootoutput="bootloader.img" + bootoutput="bootloader-$archos.ipod" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools @@ -999,8 +994,7 @@ EOF flash="" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" - boottool="$rootdir/tools/scramble -ipod4g" - bootoutput="bootloader.img" + bootoutput="bootloader-$archos.ipod" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools @@ -1072,8 +1066,7 @@ EOF flash="" plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a" - boottool="$rootdir/tools/scramble -ipod4g" - bootoutput="bootloader.img" + bootoutput="bootloader-$archos.ipod" # toolset is the tools within the tools directory that we build for # this particular target. toolset=$ipodbitmaptools |