diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-27 12:16:13 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-27 12:16:13 +0200 |
commit | 1f19ee28f18e203e91641eda58eca858aae5afdc (patch) | |
tree | 94187ce7a2b2b66acfeaf58c83d06ef5a737568e /templates | |
parent | 0aad36b52a947734d919a39ee18d1a59a7b30a6a (diff) | |
download | laminar-cnf-1f19ee28f18e203e91641eda58eca858aae5afdc.tar.gz laminar-cnf-1f19ee28f18e203e91641eda58eca858aae5afdc.tar.bz2 laminar-cnf-1f19ee28f18e203e91641eda58eca858aae5afdc.zip |
turris: patch after checkout
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris.run | 2 |
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" |