]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
kernel: Compile RNG drivers into the kernel
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Jan 2021 10:52:30 +0000 (10:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Mar 2021 10:51:52 +0000 (10:51 +0000)
commitda1558c2423eeb0fd0d059b1a1571dbcc156e977
treed0b2297b4a3d91f63d22a7c081a108a5adba904e
parent087024e00e9965a47aff4c515ac3db4e9be180a6
kernel: Compile RNG drivers into the kernel

The kernel will try to gather entropy really early in the boot process
where those device drivers might not have been loaded yet. They are
small and can therefore be compiled into the kernel like we already do
on ARM.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/kernel/kernel.config.i586-ipfire
config/kernel/kernel.config.x86_64-ipfire
config/rootfiles/common/i586/linux
config/rootfiles/common/x86_64/linux