Remove reference to dnsd from the base recipe

It no longer exists.
This commit is contained in:
bjorn3 2025-06-28 19:56:57 +02:00
parent cf34a9397d
commit 090cb71aea

View File

@ -17,9 +17,7 @@ done
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/netstack/Cargo.toml" \
${build_flags}
for bin in smolnetd dnsd; do
cp -v \
"target/${TARGET}/${build_type}/${bin}" \
"${COOKBOOK_STAGE}/usr/bin/${bin}"
done
cp -v \
"target/${TARGET}/${build_type}/smolnetd" \
"${COOKBOOK_STAGE}/usr/bin/smolnetd"
"""