diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-12 02:02:58 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-12 02:02:58 +0000 |
commit | 451089be3aca7436f86ada90a39e450dc4ad7874 (patch) | |
tree | 6870fa2b5548592459151c5a5d25ceef5e45892d /target/linux/ixp4xx/patches-2.6.24/090-increase_entropy_pools.patch | |
parent | 08c3d434a7d03a4e3ae146be2c27a3b49699fd3d (diff) |
nuke most of the old ixp4xx patchsets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11778 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.24/090-increase_entropy_pools.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.24/090-increase_entropy_pools.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.24/090-increase_entropy_pools.patch b/target/linux/ixp4xx/patches-2.6.24/090-increase_entropy_pools.patch deleted file mode 100644 index 4c8e553aeb..0000000000 --- a/target/linux/ixp4xx/patches-2.6.24/090-increase_entropy_pools.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: linux-2.6.24.7/drivers/char/random.c -=================================================================== ---- linux-2.6.24.7.orig/drivers/char/random.c -+++ linux-2.6.24.7/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 |