diff options
Diffstat (limited to 'templates/turris.run')
-rwxr-xr-x | templates/turris.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/turris.run b/templates/turris.run index 0752be4..6402019 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -29,6 +29,7 @@ else "$FILES/turris_checkout_repo_branch.sh" "$ANIMAL" cat feeds.conf patch -Np1 -r - < "$FILES/openwrt-hash.patch" || true # just ignore if it fails + patch -Np1 -r - < "$FILES/git-fetch-lock.patch" || true # just ignore if it fails ) echo_stage "Prepare SDK" |