From 512dc9cc31afd43360ffa957cc50cc4683163e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Aug 2018 14:02:35 +0200 Subject: turris4x: try to fix compile_fw execution error --- templates/turris4x.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/turris4x.run') diff --git a/templates/turris4x.run b/templates/turris4x.run index 210aa44..9980108 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -8,7 +8,7 @@ git_fetch "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs echo_stage "Get turris-build" HASH="$(curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" | awk '/ \* turris-build\: /{print $3}')" -HASH="repo_checkout" # TODO remove this when repo_checkout is integrated +HASH="git-commit-fix" # TODO remove this when repo_checkout is integrated git_fetch "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$HASH" echo_stage "Prepare SDK" -- cgit v1.2.3