diff options
-rw-r--r-- | _includes/downloads/mips.html | 35 | ||||
-rw-r--r-- | downloads/index.html | 7 |
2 files changed, 42 insertions, 0 deletions
diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html new file mode 100644 index 0000000..87ad5e6 --- /dev/null +++ b/_includes/downloads/mips.html @@ -0,0 +1,35 @@ +<div class="col-xs-12 col-md-6"> + +<h4>Stage archives (mips2)</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="mips" id="mips2-openrc" title="Stage 3 EB" tag="o32 | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-openrc" title="Stage 3 EL" tag="o32 | el | openrc" %} +</div> + +<h4>Stage archives (mips32)</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="mips" id="mips32-openrc" title="Stage 3 EB" tag="o32 | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips32el-openrc" title="Stage 3 EL" tag="o32 | el | openrc" %} +</div> + +<h4>Details (contents, hashes, and signatures)</h4> +<p> + <a href="https://bouncer.gentoo.org/fetch/root/all/releases/mips/autobuilds/">All files</a> +</p> + +</div> +<div class="col-xs-12 col-md-6"> + +<h4>Stage archives (mips3)</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-openrc" title="Stage 3 EB" tag="n64 | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-openrc" title="Stage 3 EL" tag="n64 | el | openrc" %} +</div> + +<h4>Stage archives (mips64)</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="mips" id="mips64_n64-openrc" title="Stage 3 EB" tag="n64 | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips64el_n64-openrc" title="Stage 3 EL" tag="n64 | el | openrc" %} +</div> + +</div> diff --git a/downloads/index.html b/downloads/index.html index 1b19bda..31a6364 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -62,6 +62,7 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });" <li><a href="#arm64-advanced" data-toggle="tab"><strong>arm64</strong></a></li> <li><a href="#hppa" data-toggle="tab"><strong>hppa</strong></a></li> <li><a href="#ia64" data-toggle="tab"><strong>ia64</strong></a></li> + <li><a href="#mips" data-toggle="tab"><strong>mips</strong></a></li> <li><a href="#m68k" data-toggle="tab"><strong>m68k</strong></a></li> <li><a href="#ppc" data-toggle="tab"><strong>ppc</strong></a></li> <li><a href="#riscv" data-toggle="tab"><strong>riscv</strong></a></li> @@ -107,6 +108,12 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });" {% include downloads/ia64.html %} </div> </div> + <div class="tab-pane active" id="mips"> + <h3>mips</h3> + <div class="row"> + {% include downloads/mips.html %} + </div> + </div> <div class="tab-pane active" id="m68k"> <h3>m68k</h3> <div class="row"> |