summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index c6e676f..e4f8e71 100755
--- a/templates/turris4x.run
+++ b/templates/turris4x.run
@@ -6,9 +6,6 @@ GWORKSPACE=~/workspace/turris4x
MAKE="make -j4 IS_TTY=1 BUILD_LOG=1"
-echo_stage "Get packages"
-git_clone "git@cynerd.cz:openwrt-personal-pkgs" pkgs
-
curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" > git-hash
laminar_self_lock sdk
if [ -f "$WORKSPACE/openwrt-git-hash" ] && cmp -s git-hash "$WORKSPACE/openwrt-git-hash"; then
@@ -47,7 +44,7 @@ fi
laminar_self_release sdk
echo_stage "Add our repository as feed"
-echo "src-git personal file://$WORKSPACE/pkgs" >> feeds.conf
+echo "src-git personal git@cynerd.cz:openwrt-personal-pkgs" >> feeds.conf
./scripts/feeds update personal
./scripts/feeds install -p personal -d y -f -a