From 90a0f8b72fb7e35951f329b84d039207e2f33ec5 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 18 Mar 2024 10:37:41 -0400 Subject: [PATCH] whitelabel --- firmware/gen_signature.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/gen_signature.sh b/firmware/gen_signature.sh index 3a466080bf..b89e9f22bd 100755 --- a/firmware/gen_signature.sh +++ b/firmware/gen_signature.sh @@ -30,7 +30,9 @@ else echo "! Current branch is: $branchname" >> ${TEMP_FILE} fi -echo "#define TS_SIGNATURE \"rusEFI $branchname.$date.${SHORT_BOARD_NAME}.@@SIGNATURE_HASH@@\"" >> ${TEMP_FILE} +WHITELABEL=rusEFI + +echo "#define TS_SIGNATURE \"${WHITELABEL} $branchname.$date.${SHORT_BOARD_NAME}.@@SIGNATURE_HASH@@\"" >> ${TEMP_FILE} # We will generate the signature in a temp file, then only use it if it has changed. # This is to avoid updating the timestamp of the signature file, which would cause the configs to regenerate when they don't need to.