diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-26 13:59:15 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-26 13:59:15 +0000 |
commit | 3465540af9f9082591738d09b3a924e53ea851b4 (patch) | |
tree | a4ca45ff71b4a4f7a06baafff4c2cc76482ec234 /target/linux/ixp4xx/patches-2.6.26/090-increase_entropy_pools.patch | |
parent | a425a7506c601c7d1ea6253f640acf10f4541d2c (diff) | |
download | mtk-20170518-3465540af9f9082591738d09b3a924e53ea851b4.zip mtk-20170518-3465540af9f9082591738d09b3a924e53ea851b4.tar.gz mtk-20170518-3465540af9f9082591738d09b3a924e53ea851b4.tar.bz2 |
ixp4xx 2.6.26 support
SVN-Revision: 11583
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.26/090-increase_entropy_pools.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.26/090-increase_entropy_pools.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/090-increase_entropy_pools.patch b/target/linux/ixp4xx/patches-2.6.26/090-increase_entropy_pools.patch new file mode 100644 index 0000000..55e065e --- /dev/null +++ b/target/linux/ixp4xx/patches-2.6.26/090-increase_entropy_pools.patch @@ -0,0 +1,15 @@ +--- a/drivers/char/random.c ++++ b/drivers/char/random.c +@@ -248,9 +248,9 @@ + /* + * Configuration information + */ +-#define INPUT_POOL_WORDS 128 +-#define OUTPUT_POOL_WORDS 32 +-#define SEC_XFER_SIZE 512 ++#define INPUT_POOL_WORDS 256 ++#define OUTPUT_POOL_WORDS 64 ++#define SEC_XFER_SIZE 1024 + + /* + * The minimum number of bits of entropy before we wake up a read on |