summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-04-27 12:20:18 +0200
committerKarel Kočí <cynerd@email.cz>2020-04-27 12:20:18 +0200
commitd318e8d908d454ecd4a193aa2222ea9db97f3f10 (patch)
treefb516ae2c2dd7482c36bf1c1e060d720151954a9
parent1f19ee28f18e203e91641eda58eca858aae5afdc (diff)
downloadlaminar-cnf-d318e8d908d454ecd4a193aa2222ea9db97f3f10.tar.gz
laminar-cnf-d318e8d908d454ecd4a193aa2222ea9db97f3f10.tar.bz2
laminar-cnf-d318e8d908d454ecd4a193aa2222ea9db97f3f10.zip
turris: patch only forward
-rwxr-xr-xtemplates/turris.run2
1 files changed, 1 insertions, 1 deletions
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"