summaryrefslogtreecommitdiff
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
1597 240) Rocker 228) NWZ-A860 series 1597 240) Rocker 228) NWZ-A860 series
1598 ==FiiO== 229) NWZ-S750 series 1598 ==FiiO== 229) NWZ-S750 series
1599 ==AIGO== 244) M3K Linux 1599 ==AIGO== 244) M3K Linux
1600 245) Eros Q / K 246) M3K baremetal 1600 245) Eros Q / K 246) M3K baremetal ==Shanling==
1601 260) Q1
1601EOF 1602EOF
1602 1603
1603 buildfor=`input`; 1604 buildfor=`input`;
@@ -4108,6 +4109,30 @@ fi
4108 t_model="fiiom3k" 4109 t_model="fiiom3k"
4109 ;; 4110 ;;
4110 4111
4112 260|shanlingq1)
4113 target_id=115
4114 modelname="shanlingq1"
4115 target="SHANLING_Q1"
4116 memory=64
4117 mipsr2elcc
4118 appextra="recorder:gui"
4119 plugins="yes"
4120 tool="$rootdir/tools/scramble -add=shq1 "
4121 boottool="" # not used
4122 output="rockbox.q1"
4123 bootoutput="bootloader.q1"
4124 sysfontbl="16-Terminus"
4125 # toolset is the tools within the tools directory that we build for
4126 # this particular target.
4127 toolset="$x1000tools"
4128 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
4129 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
4130 # architecture, manufacturer and model for the target-tree build
4131 t_cpu="mips"
4132 t_manufacturer="ingenic_x1000"
4133 t_model="shanlingq1"
4134 ;;
4135
4111 *) 4136 *)
4112 echo "Please select a supported target platform!" 4137 echo "Please select a supported target platform!"
4113 exit 7 4138 exit 7