Expose USB tools in base runtime surfaces

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-21 16:15:17 +01:00
parent 684dbd5c5d
commit 19d39068cf
3 changed files with 14 additions and 7 deletions
+7 -1
View File
@@ -21,7 +21,10 @@ done
--target "${TARGET}" \
${build_flags}
cp -v \
"target/${TARGET}/${build_type}/smolnetd" \
"target/${TARGET}/${build_type}/netstack" \
"${COOKBOOK_STAGE}/usr/bin/netstack"
cp -v \
"target/${TARGET}/${build_type}/netstack" \
"${COOKBOOK_STAGE}/usr/bin/smolnetd"
# Drivers that are built on all architectures, and NOT in drivers-initfs
@@ -34,6 +37,9 @@ BINS=(
pcid-spawner
rtl8139d
rtl8168d
ehcid
ohcid
uhcid
usbctl
usbhidd
usbhubd