X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fpatches-2.6.35%2F090-increase_entropy_pools.patch;fp=target%2Flinux%2Fixp4xx%2Fpatches-2.6.35%2F090-increase_entropy_pools.patch;h=1a446602a2ee7831b25a00f64c4bafddad9ac55d;hp=0000000000000000000000000000000000000000;hb=b8b90f4dafa42315915102fae2cfe9b55a589a7b;hpb=e3249902ba11324bb321383ebb36a66f869185a6 diff --git a/target/linux/ixp4xx/patches-2.6.35/090-increase_entropy_pools.patch b/target/linux/ixp4xx/patches-2.6.35/090-increase_entropy_pools.patch new file mode 100644 index 0000000000..1a446602a2 --- /dev/null +++ b/target/linux/ixp4xx/patches-2.6.35/090-increase_entropy_pools.patch @@ -0,0 +1,15 @@ +--- a/drivers/char/random.c ++++ b/drivers/char/random.c +@@ -264,9 +264,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 + #define EXTRACT_SIZE 10 + + /*