summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 728d4d39fd..2349b9efbf 100755
--- a/tools/configure
+++ b/tools/configure
@@ -700,6 +700,7 @@ cat <<EOF
700 700
701 ==Onda== 701 ==Onda==
702 120) VX747 702 120) VX747
703 121) VX767
703EOF 704EOF
704 705
705 buildfor=`input`; 706 buildfor=`input`;
@@ -1781,6 +1782,28 @@ fi
1781 t_manufacturer="ingenic_jz47xx" 1782 t_manufacturer="ingenic_jz47xx"
1782 t_model="onda_vx747" 1783 t_model="onda_vx747"
1783 ;; 1784 ;;
1785
1786 121|ondavx767)
1787 target_id=45
1788 modelname="ondavx767"
1789 target="-DONDA_VX767"
1790 memory=16 #FIXME
1791 mipselcc
1792 tool="cp"
1793 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1794 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1795 output="rockbox.vx767"
1796 appextra="recorder:gui"
1797 plugins="no" #FIXME
1798 swcodec="yes"
1799 toolset=$genericbitmaptools
1800 boottool="cp"
1801 bootoutput="rockboot.vx767"
1802 # architecture, manufacturer and model for the target-tree build
1803 t_cpu="mips"
1804 t_manufacturer="ingenic_jz47xx"
1805 t_model="onda_vx767"
1806 ;;
1784 *) 1807 *)
1785 echo "Please select a supported target platform!" 1808 echo "Please select a supported target platform!"
1786 exit 1809 exit