aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes/downloads/mips.html')
-rw-r--r--_includes/downloads/mips.html35
1 files changed, 35 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>