summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 33e323bc7e..8d00be434d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4057,7 +4057,7 @@ fi
4057 t_cpu="hosted" 4057 t_cpu="hosted"
4058 t_manufacturer="xduoo" 4058 t_manufacturer="xduoo"
4059 t_model="xduoo_x3ii" 4059 t_model="xduoo_x3ii"
4060 sysfont="16-Terminus" 4060 sysfontbl="16-Terminus"
4061 ;; 4061 ;;
4062 4062
4063 243|xduoox20) 4063 243|xduoox20)
@@ -4080,7 +4080,7 @@ fi
4080 t_cpu="hosted" 4080 t_cpu="hosted"
4081 t_manufacturer="xduoo" 4081 t_manufacturer="xduoo"
4082 t_model="xduoo_x20" 4082 t_model="xduoo_x20"
4083 sysfont="16-Terminus" 4083 sysfontbl="16-Terminus"
4084 ;; 4084 ;;
4085 4085
4086 244|fiiom3k) 4086 244|fiiom3k)
@@ -4103,7 +4103,7 @@ fi
4103 t_manufacturer="fiio" 4103 t_manufacturer="fiio"
4104 t_model="m3k" 4104 t_model="m3k"
4105 mipsellinuxcc 4105 mipsellinuxcc
4106 sysfont="16-Terminus" 4106 sysfontbl="16-Terminus"
4107 ;; 4107 ;;
4108 4108
4109 245|aigoerosq|erosq) 4109 245|aigoerosq|erosq)
@@ -4126,7 +4126,7 @@ fi
4126 t_cpu="hosted" 4126 t_cpu="hosted"
4127 t_manufacturer="aigo" 4127 t_manufacturer="aigo"
4128 t_model="erosq" 4128 t_model="erosq"
4129 sysfont="16-Terminus" 4129 sysfontbl="16-Terminus"
4130 ;; 4130 ;;
4131 4131
4132 250|ihifi770c) 4132 250|ihifi770c)
@@ -4307,6 +4307,7 @@ fi
4307 fi 4307 fi
4308 extradefines="$extradefines -DBOOTLOADER -ffunction-sections -fdata-sections" 4308 extradefines="$extradefines -DBOOTLOADER -ffunction-sections -fdata-sections"
4309 bootloader="1" 4309 bootloader="1"
4310 if [ -n "${sysfontbl}" ] ; then sysfont=$sysfontbl ; fi
4310 echo "Bootloader build selected" 4311 echo "Bootloader build selected"
4311 ;; 4312 ;;
4312 [Ss]) 4313 [Ss])