From: Felix Fietkau Date: Mon, 21 Jul 2025 16:20:41 +0000 (+0200) Subject: update_git_source_package.sh: pass MIRROR_HASH=x on download call X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e0f0ae0a8e44e802319a987f615caf3a5a51a3ff;p=maintainer-tools.git update_git_source_package.sh: pass MIRROR_HASH=x on download call Skips mirror hash validation on update. Preparation for stricter validation on download Signed-off-by: Felix Fietkau --- diff --git a/update_git_source_package.sh b/update_git_source_package.sh index d7f8237..d5c9bab 100755 --- a/update_git_source_package.sh +++ b/update_git_source_package.sh @@ -194,7 +194,7 @@ eval $( var.PKG_SOURCE ) -"$MAKE" -C "$(dirname "$MAKEFILE")" download CONFIG_SRC_TREE_OVERRIDE= || { +"$MAKE" -C "$(dirname "$MAKEFILE")" download CONFIG_SRC_TREE_OVERRIDE= MIRROR_HASH=x || { echo "Unable to download and pack updated Git sources." >&2 exit 1 }