summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index c2c9dca845..5055a0f465 100755
--- a/tools/configure
+++ b/tools/configure
@@ -603,6 +603,7 @@ cat <<EOF
603 603
604 ==Tatung== ==Olympus== ==Logik== 604 ==Tatung== ==Olympus== ==Logik==
605 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 605 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB
606 71) M:Robe 100
606EOF 607EOF
607 608
608 buildfor=`input`; 609 buildfor=`input`;
@@ -1292,6 +1293,34 @@ EOF
1292 t_model="mrobe-500" 1293 t_model="mrobe-500"
1293 ;; 1294 ;;
1294 1295
1296 71|mrobe100)
1297 target_id=31
1298 archos="mrobe100"
1299 target="-DMROBE_100"
1300 memory=32 # always
1301 arm7tdmicc
1302 tool="$rootdir/tools/scramble -mi4v2 -model=m100 -type=RBOS"
1303 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1304 bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
1305 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
1306 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
1307 output="rockbox.mi4"
1308 appextra="recorder:gui"
1309 archosrom=""
1310 flash=""
1311 plugins=""
1312 swcodec="yes"
1313 boottool="$rootdir/tools/scramble -mi4v2 -model=m100 -type=RBBL"
1314 bootoutput="pp5020.mi4"
1315 # toolset is the tools within the tools directory that we build for
1316 # this particular target.
1317 toolset="$genericbitmaptools scramble"
1318 # architecture, manufacturer and model for the target-tree build
1319 t_cpu="arm"
1320 t_manufacturer="olympus"
1321 t_model="mrobe-100"
1322 ;;
1323
1295 80|logikdax) 1324 80|logikdax)
1296 target_id=31 1325 target_id=31
1297 archos="logikdax" 1326 archos="logikdax"