summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure58
1 files changed, 29 insertions, 29 deletions
diff --git a/tools/configure b/tools/configure
index 7fe1956efb..a691c98d7f 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1173,7 +1173,7 @@ EOF
1173 flash="" 1173 flash=""
1174 plugins="yes" 1174 plugins="yes"
1175 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex" 1175 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex"
1176 boottool="$rootdir/tools/scramble -mi4v3" 1176 boottool="$rootdir/tools/scramble -mi4v3 -model=h10 -type=RBBL"
1177 bootoutput="H10_20GC.mi4" 1177 bootoutput="H10_20GC.mi4"
1178 # toolset is the tools within the tools directory that we build for 1178 # toolset is the tools within the tools directory that we build for
1179 # this particular target. 1179 # this particular target.
@@ -1184,6 +1184,32 @@ EOF
1184 t_model="h10" 1184 t_model="h10"
1185 ;; 1185 ;;
1186 1186
1187 15|h10_5gb)
1188 target_id=24
1189 archos="h10_5gb"
1190 target="-DIRIVER_H10_5GB"
1191 memory=32 # always
1192 arm7tdmicc
1193 tool="$rootdir/tools/scramble -add=h10_5gb"
1194 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1195 bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
1196 output="rockbox.h10"
1197 appextra="recorder:gui"
1198 archosrom=""
1199 flash=""
1200 plugins="yes"
1201 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex"
1202 boottool="$rootdir/tools/scramble -mi4v2 -model=h105 -type=RBBL"
1203 bootoutput="H10.mi4"
1204 # toolset is the tools within the tools directory that we build for
1205 # this particular target.
1206 toolset="$genericbitmaptools scramble"
1207 # architecture, manufacturer and model for the target-tree build
1208 t_cpu="arm"
1209 t_manufacturer="iriver"
1210 t_model="h10"
1211 ;;
1212
1187 50|e200) 1213 50|e200)
1188 target_id=23 1214 target_id=23
1189 archos="e200" 1215 archos="e200"
@@ -1199,7 +1225,7 @@ EOF
1199 flash="" 1225 flash=""
1200 plugins="yes" 1226 plugins="yes"
1201 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex" 1227 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex"
1202 boottool="$rootdir/tools/scramble -mi4v3" 1228 boottool="$rootdir/tools/scramble -mi4v3 -model=e200 -type=RBBL"
1203 bootoutput="PP5022.mi4" 1229 bootoutput="PP5022.mi4"
1204 # toolset is the tools within the tools directory that we build for 1230 # toolset is the tools within the tools directory that we build for
1205 # this particular target. 1231 # this particular target.
@@ -1228,7 +1254,7 @@ EOF
1228 flash="" 1254 flash=""
1229 plugins="yes" 1255 plugins="yes"
1230 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex" 1256 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex"
1231 boottool="$rootdir/tools/scramble -mi4r" 1257 boottool="$rootdir/tools/scramble -mi4r -model=e20r -type=RBBL"
1232 bootoutput="pp5022.mi4" 1258 bootoutput="pp5022.mi4"
1233 # toolset is the tools within the tools directory that we build for 1259 # toolset is the tools within the tools directory that we build for
1234 # this particular target. 1260 # this particular target.
@@ -1239,32 +1265,6 @@ EOF
1239 t_model="sansa-e200" 1265 t_model="sansa-e200"
1240 ;; 1266 ;;
1241 1267
1242 15|h10_5gb)
1243 target_id=24
1244 archos="h10_5gb"
1245 target="-DIRIVER_H10_5GB"
1246 memory=32 # always
1247 arm7tdmicc
1248 tool="$rootdir/tools/scramble -add=h10_5gb"
1249 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1250 bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
1251 output="rockbox.h10"
1252 appextra="recorder:gui"
1253 archosrom=""
1254 flash=""
1255 plugins="yes"
1256 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex"
1257 boottool="$rootdir/tools/scramble -mi4v2"
1258 bootoutput="H10.mi4"
1259 # toolset is the tools within the tools directory that we build for
1260 # this particular target.
1261 toolset="$genericbitmaptools scramble"
1262 # architecture, manufacturer and model for the target-tree build
1263 t_cpu="arm"
1264 t_manufacturer="iriver"
1265 t_model="h10"
1266 ;;
1267
1268 60|tpj1022) 1268 60|tpj1022)
1269 target_id=25 1269 target_id=25
1270 archos="tpj1022" 1270 archos="tpj1022"