diff options
Diffstat (limited to 'templates/turris.run')
-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 f41504e..e5c576d 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -24,9 +24,9 @@ else git_fetch_t "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$ANIMAL" ( cd turris-build - patch -p1 < "$FILES/openwrt-hash.patch" "$FILES/turris_checkout_repo_branch.sh" "$ANIMAL" cat feeds.conf + patch -p1 < "$FILES/openwrt-hash.patch" ) echo_stage "Prepare SDK" |