summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-29 11:45:08 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-29 11:45:08 +0200
commitaa541b618433846ef06c09a3ee64644b8bdaf4fd (patch)
treea1f295b01a4392c4590d0cae08a11e00a35998cd /templates/turris4x.run
parente65b36eabb550d1bc1036c6e2eaa3ea25f91651f (diff)
downloadlaminar-cnf-aa541b618433846ef06c09a3ee64644b8bdaf4fd.tar.gz
laminar-cnf-aa541b618433846ef06c09a3ee64644b8bdaf4fd.tar.bz2
laminar-cnf-aa541b618433846ef06c09a3ee64644b8bdaf4fd.zip
turris4x: fix how we handle pkgs feed
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