tn3399_openwrt/package/utils/util-linux
Felix Fietkau e64463ebde util-linux: avoid using the getrandom syscall
getrandom blocks until the random pool is being initialized.
Unfortunately, this code is being called early during init to create the
overlay filesystem, on some devices leaving little chance for a
successful random pool init.
True randomness is not that important here, so fix this issue by
sticking to using /dev/urandom, like in older versions of this code.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-09-29 12:32:44 +02:00
..
patches util-linux: avoid using the getrandom syscall 2017-09-29 12:32:44 +02:00
Makefile util-linux: don't need to build NLS support 2017-08-23 18:36:22 +02:00