From e056c3a3943a34b93baa444b8d397259308f7af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Apr 2020 13:28:11 +0200 Subject: turris: ignore fail if patch fails to apply This is just temporally before we remove patch completely as it fails when it is already applied. --- templates/turris.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/turris.run b/templates/turris.run index d96a7a6..2f56c05 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" + patch -Np1 < "$FILES/openwrt-hash.patch" || true # just ignore if it fails ) echo_stage "Prepare SDK" -- cgit v1.2.3