From aa541b618433846ef06c09a3ee64644b8bdaf4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Aug 2018 11:45:08 +0200 Subject: turris4x: fix how we handle pkgs feed --- templates/turris4x.run | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'templates/turris4x.run') 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 -- cgit v1.2.3