diff --git a/lib/functions/artifacts/artifact-armbian-bsp-cli.sh b/lib/functions/artifacts/artifact-armbian-bsp-cli.sh index 765e54c69f..23e971b3de 100644 --- a/lib/functions/artifacts/artifact-armbian-bsp-cli.sh +++ b/lib/functions/artifacts/artifact-armbian-bsp-cli.sh @@ -42,7 +42,14 @@ function artifact_armbian-bsp-cli_prepare_version() { "${bootscript_info[bootenv_file_contents]}" "${bootscript_info[has_bootscript]}" "${bootscript_info[has_extlinux]}" - "${UBOOT_FW_ENV}" # not included in bootscript + "${UBOOT_FW_ENV}" # not included in bootscript + "${BOARDFAMILY}" # /etc/armbian-release + "${LINUXFAMILY}" # /etc/armbian-release + "${IMAGE_TYPE}" # /etc/armbian-release + "${BOARD_TYPE}" # /etc/armbian-release + "${INITRD_ARCH}" # /etc/armbian-release + "${KERNEL_IMAGE_TYPE}" # /etc/armbian-release + "${VENDOR}" # /etc/armbian-release ) declare hash_vars="undetermined" hash_vars="$(echo "${vars_to_hash[@]}" | sha256sum | cut -d' ' -f1)"