summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-04-27 12:16:13 +0200
committerKarel Kočí <cynerd@email.cz>2020-04-27 12:16:13 +0200
commit1f19ee28f18e203e91641eda58eca858aae5afdc (patch)
tree94187ce7a2b2b66acfeaf58c83d06ef5a737568e
parent0aad36b52a947734d919a39ee18d1a59a7b30a6a (diff)
downloadlaminar-cnf-1f19ee28f18e203e91641eda58eca858aae5afdc.tar.gz
laminar-cnf-1f19ee28f18e203e91641eda58eca858aae5afdc.tar.bz2
laminar-cnf-1f19ee28f18e203e91641eda58eca858aae5afdc.zip
turris: patch after checkout
-rwxr-xr-xtemplates/turris.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run
index f41504e..e5c576d 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -24,9 +24,9 @@ else
git_fetch_t "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$ANIMAL"
(
cd turris-build
- patch -p1 < "$FILES/openwrt-hash.patch"
"$FILES/turris_checkout_repo_branch.sh" "$ANIMAL"
cat feeds.conf
+ patch -p1 < "$FILES/openwrt-hash.patch"
)
echo_stage "Prepare SDK"