envkernel.sh: install findutils (!1838)

The kernel build system tries to use find -printf when
CONFIG_INITRAMFS_SOURCE is chosen, but busybox find doesn't support
that.

Fixes: #1849
This commit is contained in:
Oliver Smith 2019-11-30 15:39:44 +01:00
parent b3a9080398
commit b63b021c21
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ initialize_chroot() {
binutils-"$deviceinfo_arch" \
binutils \
bison \
findutils \
flex \
"$gcc_pkgname"-"$deviceinfo_arch" \
"$gcc_pkgname" \