From 49d8a0425c030bb2f210ad2153f77ec90440e2f4 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 1 Dec 2024 20:40:48 +0100 Subject: [PATCH] arc: update model table Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index 25bd0f04..e7657f3b 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -120,9 +120,9 @@ function arcModel() { [ "${DT}" = "true" ] && HBAS="" || HBAS="x" [ "${M}" = "SA6400" ] && HBAS="x" [ "${DT}" = "false" ] && USBS="int/ext" || USBS="ext" - [[ "${M}" = "DS918+" || "${M}" = "DS1019+" || "${M}" = "DS1621xs+" || "${M}" = "RS1619xs+" ]] && M_2_CACHE="+" || M_2_CACHE="x" + [[ "${M}" = "DS718+" || "${M}" = "DS918+" || "${M}" = "DS1019+" || "${M}" = "DS1621xs+" || "${M}" = "RS1619xs+" ]] && M_2_CACHE="+" || M_2_CACHE="x" [[ "${M}" = "DS220+" || "${M}" = "DS224+" ]] && M_2_CACHE="" - [[ "${M}" = "DS220+" || "${M}" = "DS224+" || "${M}" = "DS918+" || "${M}" = "DS1019+" || "${M}" = "DS1621xs+" || "${M}" = "RS1619xs+" ]] && M_2_STORAGE="" || M_2_STORAGE="+" + [[ "${M}" = "DS220+" || "${M}" = "DS224+" || "${M}" = "DS718+" || "${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