diff options
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.23/090-increase_entropy_pools.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.23/090-increase_entropy_pools.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.23/090-increase_entropy_pools.patch b/target/linux/ixp4xx/patches-2.6.23/090-increase_entropy_pools.patch deleted file mode 100644 index 333f481bf2..0000000000 --- a/target/linux/ixp4xx/patches-2.6.23/090-increase_entropy_pools.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: linux-2.6.23.17/drivers/char/random.c -=================================================================== ---- linux-2.6.23.17.orig/drivers/char/random.c -+++ linux-2.6.23.17/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 |