comparison scripts/config-headers.sh @ 235:ee04ca45053d

config system: add FCBM
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 May 2021 10:36:52 +0000
parents 99ae5bf8cab5
children e17bdedfbf2b
comparison
equal deleted inserted replaced
234:0faa72eaedcb 235:ee04ca45053d
128 then 128 then
129 TR_BAUD_CONFIG=TR_BAUD_115200 129 TR_BAUD_CONFIG=TR_BAUD_115200
130 fi 130 fi
131 export TR_BAUD_CONFIG 131 export TR_BAUD_CONFIG
132 132
133 # FCBM_STATE is a derived setting from $MMI in normal configure.sh operation,
134 # and it also defaults to 0 (disabled) for manual invokation.
135
136 if [ "$MMI" = 2 ]
137 then
138 FCBM_STATE=1
139 else
140 FCBM_STATE=0
141 fi
142 export FCBM_STATE
143
133 # Derived settings only for the generation of *.cfg headers 144 # Derived settings only for the generation of *.cfg headers
134 145
135 case "$RF" in 146 case "$RF" in
136 10) 147 10)
137 RF_FAM=10 148 RF_FAM=10