summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure27
1 files changed, 26 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 2e06b03717..f32c5d514d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1597,7 +1597,8 @@ cat <<EOF
240) Rocker 228) NWZ-A860 series
==FiiO== 229) NWZ-S750 series
==AIGO== 244) M3K Linux
- 245) Eros Q / K 246) M3K baremetal
+ 245) Eros Q / K 246) M3K baremetal ==Shanling==
+ 260) Q1
EOF
buildfor=`input`;
@@ -4108,6 +4109,30 @@ fi
t_model="fiiom3k"
;;
+ 260|shanlingq1)
+ target_id=115
+ modelname="shanlingq1"
+ target="SHANLING_Q1"
+ memory=64
+ mipsr2elcc
+ appextra="recorder:gui"
+ plugins="yes"
+ tool="$rootdir/tools/scramble -add=shq1 "
+ boottool="" # not used
+ output="rockbox.q1"
+ bootoutput="bootloader.q1"
+ sysfontbl="16-Terminus"
+ # toolset is the tools within the tools directory that we build for
+ # this particular target.
+ toolset="$x1000tools"
+ bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
+ bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
+ # architecture, manufacturer and model for the target-tree build
+ t_cpu="mips"
+ t_manufacturer="ingenic_x1000"
+ t_model="shanlingq1"
+ ;;
+
*)
echo "Please select a supported target platform!"
exit 7