diff options
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" |