Switch from tags to branch

This commit is contained in:
2023-01-31 15:08:04 -05:00
parent 07fc9e7953
commit 03db94e20d

View File

@@ -635,7 +635,7 @@ fromSource() {
git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" master
else
gitworktreedir="$SRCDIR/$profile/$RELEASE"
git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" "v$RELEASE"
git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" "openwrt-${RELEASE%.*}"
fi
seed_file="$gitworktreedir/.config"