summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure25
1 files changed, 24 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 1d98ca8a6c..979d8cea7c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -711,7 +711,7 @@ cat <<EOF
711 ==Onda== 80) DAX 1GB MP3/DAB 711 ==Onda== 80) DAX 1GB MP3/DAB
712 120) VX747 ==Meizu== 712 120) VX747 ==Meizu==
713 121) VX767 110) M6SL 713 121) VX767 110) M6SL
714 111) M6SP 714 122) VX747+ 111) M6SP
715 112) M3 715 112) M3
716 716
717EOF 717EOF
@@ -1938,6 +1938,29 @@ fi
1938 t_manufacturer="ingenic_jz47xx" 1938 t_manufacturer="ingenic_jz47xx"
1939 t_model="onda_vx767" 1939 t_model="onda_vx767"
1940 ;; 1940 ;;
1941
1942 122|ondavx747p)
1943 target_id=54
1944 modelname="ondavx747p"
1945 target="-DONDA_VX747P"
1946 memory=16 #FIXME
1947 mipselcc
1948 tool="cp"
1949 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1950 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1951 output="rockbox.vx747p"
1952 appextra="recorder:gui"
1953 plugins="no" #FIXME
1954 swcodec="yes"
1955 toolset=$genericbitmaptools
1956 boottool="cp"
1957 bootoutput="rockboot.vx747p"
1958 # architecture, manufacturer and model for the target-tree build
1959 t_cpu="mips"
1960 t_manufacturer="ingenic_jz47xx"
1961 t_model="onda_vx747"
1962 ;;
1963
1941 *) 1964 *)
1942 echo "Please select a supported target platform!" 1965 echo "Please select a supported target platform!"
1943 exit 7 1966 exit 7