From d318e8d908d454ecd4a193aa2222ea9db97f3f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Apr 2020 12:20:18 +0200 Subject: turris: patch only forward --- templates/turris.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/turris.run b/templates/turris.run index e5c576d..d96a7a6 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 -p1 < "$FILES/openwrt-hash.patch" + patch -Np1 < "$FILES/openwrt-hash.patch" ) echo_stage "Prepare SDK" -- cgit v1.2.3