hostapd: use getrandom syscall
[openwrt/staging/chunkeey.git] / package / network / services / hostapd / files / hostapd-full.config
index 3099f8c2e9a0033377b38c0e9679d3a7dec9568e..5c9fbed2e48d97868eb44f2fef89fc52838c138e 100644 (file)
@@ -262,7 +262,7 @@ CONFIG_NO_RANDOM_POOL=y
 # Should we attempt to use the getrandom(2) call that provides more reliable
 # yet secure randomness source than /dev/random on Linux 3.17 and newer.
 # Requires glibc 2.25 to build, falls back to /dev/random if unavailable.
-#CONFIG_GETRANDOM=y
+CONFIG_GETRANDOM=y
 
 # Should we use poll instead of select? Select is used by default.
 #CONFIG_ELOOP_POLL=y