From dee487cf037c1a175b188f19fa15db9e11350bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Apr 2020 13:35:27 +0200 Subject: turris: do not create reject files by patch --- templates/turris.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3