summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure32
1 files changed, 28 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index f5fb6351c0..2b34ed4cff 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1589,7 +1589,8 @@ cat <<EOF
1589 ==AgpTek== 252) 800 227) NW-A20 series 1589 ==AgpTek== 252) 800 227) NW-A20 series
1590 240) Rocker 228) NWZ-A860 series 1590 240) Rocker 228) NWZ-A860 series
1591 ==FiiO== 229) NWZ-S750 series 1591 ==FiiO== 229) NWZ-S750 series
1592 244) M3K 1592 ==AIGO== 244) M3K
1593 245) Eros Q / K
1593 1594
1594EOF 1595EOF
1595 1596
@@ -4056,7 +4057,7 @@ fi
4056 t_cpu="hosted" 4057 t_cpu="hosted"
4057 t_manufacturer="xduoo" 4058 t_manufacturer="xduoo"
4058 t_model="xduoo_x3ii" 4059 t_model="xduoo_x3ii"
4059# sysfont="20-Terminus-Bold" 4060 sysfont="16-Terminus"
4060 ;; 4061 ;;
4061 4062
4062 243|xduoox20) 4063 243|xduoox20)
@@ -4079,7 +4080,7 @@ fi
4079 t_cpu="hosted" 4080 t_cpu="hosted"
4080 t_manufacturer="xduoo" 4081 t_manufacturer="xduoo"
4081 t_model="xduoo_x20" 4082 t_model="xduoo_x20"
4082# sysfont="20-Terminus-Bold" 4083 sysfont="16-Terminus"
4083 ;; 4084 ;;
4084 4085
4085 244|fiiom3k) 4086 244|fiiom3k)
@@ -4102,7 +4103,30 @@ fi
4102 t_manufacturer="fiio" 4103 t_manufacturer="fiio"
4103 t_model="m3k" 4104 t_model="m3k"
4104 mipsellinuxcc 4105 mipsellinuxcc
4105# sysfont="20-Terminus-Bold" 4106 sysfont="16-Terminus"
4107 ;;
4108
4109 245|erosq)
4110 target_id=113
4111 application=yes
4112 app_type="erosq"
4113 modelname="erosq"
4114 target="EROS_Q"
4115 memory=8
4116 mipsellinuxcc
4117 tool="cp "
4118 boottool="cp "
4119 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
4120 bmp2rb_native="$rootdir/tools/bmp2rb -f 10"
4121 output="rockbox.erosq"
4122 bootoutput="bootloader.erosq"
4123 appextra="recorder:gui:hosted"
4124 plugins="yes"
4125 # architecture, manufacturer and model for the target-tree build
4126 t_cpu="hosted"
4127 t_manufacturer="aigo"
4128 t_model="erosq"
4129 sysfont="16-Terminus"
4106 ;; 4130 ;;
4107 4131
4108 250|ihifi770c) 4132 250|ihifi770c)