internal/rosa: mksh artifact

This provides a shell, as part of the effort to replace busybox.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-28 22:51:03 +09:00
parent e76bc6a13a
commit 77ea27b038
2 changed files with 32 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ const (
M4
Make
Meson
Mksh
NSS
NSSCACert
Ninja
@@ -111,6 +112,7 @@ func (t Toolchain) ResolveName(name string) (p PArtifact, ok bool) {
"m4": M4,
"make": Make,
"meson": Meson,
"mksh": Mksh,
"nss": NSS,
"nss-cacert": NSSCACert,
"ninja": Ninja,