From 33e5895b6940a5e6454448011e2734762fe356eb Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 19 Nov 2022 12:23:10 +0100 Subject: [PATCH] init-functions: add e4hdultra --- init.functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.functions.sh b/init.functions.sh index 53255d4..5897ce8 100644 --- a/init.functions.sh +++ b/init.functions.sh @@ -57,6 +57,8 @@ function get_metaname () { META_NAME="hisilicon" elif [ "$TMP_NAME" == "osmio4k" ] || [ "$TMP_NAME" == "osmio4kplus" ]; then META_NAME="edision" + elif [ "$TMP_NAME" == "e4hdultra" ]; then + META_NAME="ceryon" else META_NAME=$TMP_NAME fi