diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-11-18 13:54:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-11-18 13:54:26 +0000 |
commit | cd1c8d463fff62f0798e514959d104be9320c87f (patch) | |
tree | e2364416bf56871cbb97e236ce1f0b891ac10bd5 /package/network/services/hostapd/files/hostapd-mini.config | |
parent | edc8ac624641c23c0c081c33dac6ed068c39ca72 (diff) | |
download | mtk-20170518-cd1c8d463fff62f0798e514959d104be9320c87f.zip mtk-20170518-cd1c8d463fff62f0798e514959d104be9320c87f.tar.gz mtk-20170518-cd1c8d463fff62f0798e514959d104be9320c87f.tar.bz2 |
hostapd: remove random pool support - the entropy it gathers is questionable and we have better entropy sources on common platforms now
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38852
Diffstat (limited to 'package/network/services/hostapd/files/hostapd-mini.config')
-rw-r--r-- | package/network/services/hostapd/files/hostapd-mini.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/hostapd/files/hostapd-mini.config b/package/network/services/hostapd/files/hostapd-mini.config index eada893..0f0284b 100644 --- a/package/network/services/hostapd/files/hostapd-mini.config +++ b/package/network/services/hostapd/files/hostapd-mini.config @@ -154,6 +154,7 @@ CONFIG_NO_RADIUS=y CONFIG_TLS=internal +CONFIG_NO_RANDOM_POOL=y CONFIG_NO_DUMP_STATE=y CONFIG_UBUS=y |