bootstrap: add busybox as an extradepend to deal with /bin/sh virtual

This commit is contained in:
Ariadne Conill 2021-02-15 20:04:31 +00:00
parent 8dd82197f3
commit 21313b8782

View File

@ -120,7 +120,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
;;
build-base)
# After build-base, that alone is sufficient dependency in the target
EXTRADEPENDS_TARGET="$PKG"
EXTRADEPENDS_TARGET="busybox $PKG"
;;
esac
done