diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-29 13:35:27 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-29 13:35:27 +0200 |
commit | dee487cf037c1a175b188f19fa15db9e11350bfd (patch) | |
tree | b3fe91f3bd89e7d1191285f9aefb2d264eace23b /templates | |
parent | e056c3a3943a34b93baa444b8d397259308f7af2 (diff) | |
download | laminar-cnf-dee487cf037c1a175b188f19fa15db9e11350bfd.tar.gz laminar-cnf-dee487cf037c1a175b188f19fa15db9e11350bfd.tar.bz2 laminar-cnf-dee487cf037c1a175b188f19fa15db9e11350bfd.zip |
turris: do not create reject files by patch
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 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" |