diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-29 11:45:08 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-29 11:45:08 +0200 |
commit | aa541b618433846ef06c09a3ee64644b8bdaf4fd (patch) | |
tree | a1f295b01a4392c4590d0cae08a11e00a35998cd /templates | |
parent | e65b36eabb550d1bc1036c6e2eaa3ea25f91651f (diff) | |
download | laminar-cnf-aa541b618433846ef06c09a3ee64644b8bdaf4fd.tar.gz laminar-cnf-aa541b618433846ef06c09a3ee64644b8bdaf4fd.tar.bz2 laminar-cnf-aa541b618433846ef06c09a3ee64644b8bdaf4fd.zip |
turris4x: fix how we handle pkgs feed
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris4x.run | 5 |
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 |