diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-29 01:06:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-29 01:06:14 +0000 |
commit | eb6f02a23faf48c703fbab3453bbcb14e22a2407 (patch) | |
tree | cf02a7da67b0e8d59693887cb9c31a54d023fdaf /target/linux/ixp4xx/patches-2.6.25/090-increase_entropy_pools.patch | |
parent | fc59ffea21a7c3bba57593d1599e57de71f9a1d7 (diff) | |
download | mtk-20170518-eb6f02a23faf48c703fbab3453bbcb14e22a2407.zip mtk-20170518-eb6f02a23faf48c703fbab3453bbcb14e22a2407.tar.gz mtk-20170518-eb6f02a23faf48c703fbab3453bbcb14e22a2407.tar.bz2 |
ixp4xx: remove 2.6.25 patches
SVN-Revision: 12788
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.25/090-increase_entropy_pools.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.25/090-increase_entropy_pools.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.25/090-increase_entropy_pools.patch b/target/linux/ixp4xx/patches-2.6.25/090-increase_entropy_pools.patch deleted file mode 100644 index 55e065e..0000000 --- a/target/linux/ixp4xx/patches-2.6.25/090-increase_entropy_pools.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- 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 |