hostapd: use getrandom syscall
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 4 May 2019 12:02:07 +0000 (14:02 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Sep 2019 15:39:51 +0000 (17:39 +0200)
commit998686364da7d002ba9f6dbb43cc5f32294dd4ab
treecd1818e79ff096e1ed114c4737a6889663a5b610
parent0d86bf518aaefa57bef577d09a18aff03eccb70c
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>
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