tn3399_openwrt/package
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
..
base-files base-files: fix wan6 interface config generation for pppoe 2017-09-18 09:57:34 +02:00
boot ramips: improve Xiaomi Mi Router 3G support 2017-09-28 09:20:36 +02:00
devel gdb: bump to 8.0.1 2017-09-29 06:33:39 +03:00
firmware linux-firmware: fix intel wireless-n 100 firmware package name 2017-09-28 22:57:46 +02:00
kernel mt76: update to the latest version, improves mt7603 stability 2017-09-28 22:57:48 +02:00
libs libubox: fix uloop race condition 2017-09-21 23:03:36 +02:00
network hostapd: add support for accessing 802.11k neighbor report elements via ubus 2017-09-28 22:46:26 +02:00
system procd: Install seccomp-trace symlink 2017-09-28 09:22:02 +02:00
utils util-linux: avoid using the getrandom syscall 2017-09-29 12:32:44 +02:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00