mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:39:54 +07:00
arc: fix model table
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
1ab6d16be3
commit
b58cfa5ae1
@ -137,8 +137,7 @@ function arcModel() {
|
||||
[ "${DT}" == "false" ] && USBS="int/ext" || USBS="ext"
|
||||
[[ "${M}" == "DS918+" || "${M}" == "DS1019+" || "${M}" == "DS1621xs+" || "${M}" == "RS1619xs+" ]] && M_2_CACHE="+" || M_2_CACHE="x"
|
||||
[[ "${M}" == "DS220+" || "${M}" == "DS224+" ]] && M_2_CACHE=""
|
||||
[ "${DT}" == "false" ] && M_2_STORAGE="" || M_2_STORAGE="+"
|
||||
[[ "${M}" == "DS220+" || "${M}" == "DS224+" ]] && M_2_STORAGE=""
|
||||
[[ "${M}" == "DS220+" || "${M}" == "DS224+" || "${M}" == "DS918+" || "${M}" == "DS1019+" || "${M}" == "DS1621xs+" || "${M}" == "RS1619xs+" ]] && M_2_STORAGE="" || M_2_STORAGE="+"
|
||||
# Check id model is compatible with CPU
|
||||
if [ ${RESTRICT} -eq 1 ]; then
|
||||
for F in "${FLAGS}"; do
|
||||
|
Loading…
Reference in New Issue
Block a user