udeb: Add all HWRNG drivers to kernel-image (see #923675)

The installer will soon start using haveged to provide entropy if
needed, but an HWRNG is probably still preferable.
This commit is contained in:
Ben Hutchings 2019-04-21 00:09:32 +01:00
parent 693aafefbb
commit 7c8c3551e1
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -800,6 +800,7 @@ linux (4.19.34-1) UNRELEASED; urgency=medium
* [riscv64] linux-image-dbg: Include vdso debug symbols
* [ia64] linux-image: Recommend grub-efi-ia64 instead of (removed) elilo
* [armel/marvell] Disable HW_RANDOM as no HWRNG drivers are usable here
* udeb: Add all HWRNG drivers to kernel-image (see #923675)
[ YunQiang Su ]
* [mips*r6] Re-enable CONFIG_JUMP_LABEL, which has been fixed in upstream.

View File

@ -17,3 +17,6 @@ virtio_balloon ?
virtio_mmio ?
virtio_pci ?
virtio_ring ?
# The installer generally needs good entropy sources
drivers/char/hw_random/**