forked from len0rd/rockbox
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
This commit is contained in:
parent
3b0b27e134
commit
c657504e58
1 changed files with 7 additions and 14 deletions
21
tools/configure
vendored
21
tools/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue