init-functions: add e4hdultra

This commit is contained in:
2022-11-19 12:23:10 +01:00
parent 3ece5019d6
commit 33e5895b69

View File

@@ -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