diff options
-rw-r--r-- | _includes/downloads/mips.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html index 867580d..448b0b6 100644 --- a/_includes/downloads/mips.html +++ b/_includes/downloads/mips.html @@ -10,6 +10,9 @@ <h4>Stage archives, big-endian O32</h4> <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-openrc" title="Stage 3" tag="mips2 | o32 | sf | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-systemd" title="Stage 3" tag="mips2 | o32 | sf | eb | systemd" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | sf | eb | systemd | merged usr" %} {% include partials/download-link.html type="stage3" arch="mips" id="mips2-openrc" title="Stage 3" tag="mips2 | o32 | eb | openrc" %} {% include partials/download-link.html type="stage3" arch="mips" id="mips2-systemd" title="Stage 3" tag="mips2 | o32 | eb | systemd" %} {% include partials/download-link.html type="stage3" arch="mips" id="mips2-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | eb | systemd | merged usr" %} @@ -17,6 +20,9 @@ <h4>Stage archives, little-endian O32</h4> <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-openrc" title="Stage 3" tag="mips2 | o32 | sf | el | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-systemd" title="Stage 3" tag="mips2 | o32 | sf | el | systemd" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | sf | el | systemd | merged usr" %} {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-openrc" title="Stage 3" tag="mips2 | o32 | el | openrc" %} {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-systemd" title="Stage 3" tag="mips2 | o32 | el | systemd" %} {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | el | systemd | merged usr" %} @@ -69,6 +75,12 @@ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_multilib-systemd-mergedusr" title="Stage 3" tag="mips3 | n32 | multilib | el | systemd | merged usr" %} </div> +<h4>Musl stage archives</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="mips" id="mips2_musl" title="Stage 3" tag="mips2 | o32 | musl | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_musl" title="Stage 3" tag="mips2 | o32 | musl | 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> |