summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-04-29 13:35:27 +0200
committerKarel Kočí <cynerd@email.cz>2020-04-29 13:35:27 +0200
commitdee487cf037c1a175b188f19fa15db9e11350bfd (patch)
treeb3fe91f3bd89e7d1191285f9aefb2d264eace23b
parente056c3a3943a34b93baa444b8d397259308f7af2 (diff)
downloadlaminar-cnf-dee487cf037c1a175b188f19fa15db9e11350bfd.tar.gz
laminar-cnf-dee487cf037c1a175b188f19fa15db9e11350bfd.tar.bz2
laminar-cnf-dee487cf037c1a175b188f19fa15db9e11350bfd.zip
turris: do not create reject files by patch
-rwxr-xr-xtemplates/turris.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run
index 2f56c05..f6740bb 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -26,7 +26,7 @@ else
cd turris-build
"$FILES/turris_checkout_repo_branch.sh" "$ANIMAL"
cat feeds.conf
- patch -Np1 < "$FILES/openwrt-hash.patch" || true # just ignore if it fails
+ patch -Np1 -r - < "$FILES/openwrt-hash.patch" || true # just ignore if it fails
)
echo_stage "Prepare SDK"