diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-27 12:20:18 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-27 12:20:18 +0200 |
commit | d318e8d908d454ecd4a193aa2222ea9db97f3f10 (patch) | |
tree | fb516ae2c2dd7482c36bf1c1e060d720151954a9 /templates | |
parent | 1f19ee28f18e203e91641eda58eca858aae5afdc (diff) | |
download | laminar-cnf-d318e8d908d454ecd4a193aa2222ea9db97f3f10.tar.gz laminar-cnf-d318e8d908d454ecd4a193aa2222ea9db97f3f10.tar.bz2 laminar-cnf-d318e8d908d454ecd4a193aa2222ea9db97f3f10.zip |
turris: patch only forward
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 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" |