summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure27
1 files changed, 25 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 33c272d1b1..dd0e189df9 100755
--- a/tools/configure
+++ b/tools/configure
@@ -906,8 +906,8 @@ cat <<EOF
906 ==Samsung== ==Tatung== 80) DAX 1GB MP3/DAB 906 ==Samsung== ==Tatung== 80) DAX 1GB MP3/DAB
907 140) YH-820 150) Elio TPJ-1022 907 140) YH-820 150) Elio TPJ-1022
908 141) YH-920 ==Lyre project==1 908 141) YH-920 ==Lyre project==1
909 142) YH-925 130) Lyre proto 1 909 142) YH-925 ==Packard Bell== 130) Lyre proto 1
910 143) YP-S3 131) Mini2440 910 143) YP-S3 160) Vibe 500 131) Mini2440
911EOF 911EOF
912 912
913 buildfor=`input`; 913 buildfor=`input`;
@@ -2456,6 +2456,29 @@ fi
2456 t_model="yps3" 2456 t_model="yps3"
2457 ;; 2457 ;;
2458 2458
2459 160|pb_vibe500)
2460 target_id=67
2461 modelname="pb_vibe500"
2462 target="-DPBELL_VIBE500"
2463 memory=32 # always
2464 arm7tdmicc
2465 tool="$rootdir/tools/scramble -mi4v3 -model=vibe500 -type=RBOS"
2466 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2467 bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
2468 output="jukebox.mi4"
2469 appextra="recorder:gui"
2470 plugins="no"
2471 swcodec="yes"
2472 boottool="$rootdir/tools/scramble -mi4v3 -model=vibe500 -type=RBBL"
2473 bootoutput="rockbox.mi4"
2474 # toolset is the tools within the tools directory that we build for
2475 # this particular target.
2476 toolset=$scramblebitmaptools
2477 # architecture, manufacturer and model for the target-tree build
2478 t_cpu="arm"
2479 t_manufacturer="pbell"
2480 t_model="vibe500"
2481 ;;
2459 2482
2460 *) 2483 *)
2461 echo "Please select a supported target platform!" 2484 echo "Please select a supported target platform!"