summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure26
1 files changed, 2 insertions, 24 deletions
diff --git a/tools/configure b/tools/configure
index 51707e970b..d81f0e2fe0 100755
--- a/tools/configure
+++ b/tools/configure
@@ -626,9 +626,8 @@ cat <<EOF
626 ==Tatung== ==Olympus== ==Logik== 626 ==Tatung== ==Olympus== ==Logik==
627 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 627 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB
628 71) M:Robe 100 628 71) M:Robe 100
629 629 ==Creative==
630 ==Creative== ==Meizu== 630 90) Zen Vision:M
631 90) Zen Vision:M 100) M6SL
632EOF 631EOF
633 632
634 buildfor=`input`; 633 buildfor=`input`;
@@ -1522,27 +1521,6 @@ EOF
1522 t_model="tpj1022" 1521 t_model="tpj1022"
1523 ;; 1522 ;;
1524 1523
1525 100|meizum6sl)
1526 target_id=20
1527 modelname="meizum6sl"
1528 target="-DMEIZU_M6SL"
1529 memory=16 # always
1530 arm9tdmicc
1531 tool="cp"
1532 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1533 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1534 output="rockbox.meizu"
1535 appextra="recorder:gui"
1536 plugins="no" #FIXME
1537 swcodec="yes"
1538 toolset=$genericbitmaptools
1539 boottool="cp"
1540 bootoutput="rockboot.ebn"
1541 # architecture, manufacturer and model for the target-tree build
1542 t_cpu="arm"
1543 t_manufacturer="s5l8700"
1544 t_model="meizu-m6sl"
1545 ;;
1546 *) 1524 *)
1547 echo "Please select a supported target platform!" 1525 echo "Please select a supported target platform!"
1548 exit 1526 exit