diff options
author | 2023-07-18 00:11:31 +0200 | |
---|---|---|
committer | 2023-07-18 00:11:51 +0200 | |
commit | cdaa06fc0c0af02f7215919a1bad3a5b281a21e2 (patch) | |
tree | 25263dd09322d679651656ca956f564d363cf487 | |
parent | _data/iso3166-sort-of.yaml: add missing countries (diff) | |
download | www-cdaa06fc0c0af02f7215919a1bad3a5b281a21e2.tar.gz www-cdaa06fc0c0af02f7215919a1bad3a5b281a21e2.tar.bz2 www-cdaa06fc0c0af02f7215919a1bad3a5b281a21e2.zip |
Add some more mips downloads
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-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> |