hostapd: use getrandom syscall
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 4 May 2019 12:02:07 +0000 (14:02 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 18 Nov 2019 15:26:33 +0000 (10:26 -0500)
commit68fdd4bfb376d3164b71147f2456e5eac495e088
treef731ef2120ff09e82ba3bae7bc911d35ca89a431
parent3fd2441d7ecb999a614f690e2b9edfb1b4e7efbf
hostapd: use getrandom syscall

hostapd will not use the getrandom() syscall and as a fallback use
/dev/random, the syscall is supported since Linux 3.17 and in the musl,
glibc and uclibc version used by OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 998686364da7d002ba9f6dbb43cc5f32294dd4ab)
package/network/services/hostapd/files/hostapd-basic.config
package/network/services/hostapd/files/hostapd-full.config
package/network/services/hostapd/files/hostapd-mini.config
package/network/services/hostapd/files/wpa_supplicant-basic.config
package/network/services/hostapd/files/wpa_supplicant-full.config
package/network/services/hostapd/files/wpa_supplicant-mini.config
package/network/services/hostapd/files/wpa_supplicant-p2p.config