aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-3.14/090-increase_entropy_pools.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-16 07:41:05 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-16 07:41:05 +0000
commit2ab55b4a9a594280fe4cdbf548b8aa601767ddd2 (patch)
treef2cb673c10a8aaaed5a203dd5aebda8d3d37b496 /target/linux/ixp4xx/patches-3.14/090-increase_entropy_pools.patch
parentbed4dc519943df4d07015bf2f292420ed09bf09e (diff)
downloadupstream-2ab55b4a9a594280fe4cdbf548b8aa601767ddd2.tar.gz
upstream-2ab55b4a9a594280fe4cdbf548b8aa601767ddd2.tar.bz2
upstream-2ab55b4a9a594280fe4cdbf548b8aa601767ddd2.zip
ixp4xx: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-3.14/090-increase_entropy_pools.patch')
-rw-r--r--target/linux/ixp4xx/patches-3.14/090-increase_entropy_pools.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/ixp4xx/patches-3.14/090-increase_entropy_pools.patch b/target/linux/ixp4xx/patches-3.14/090-increase_entropy_pools.patch
deleted file mode 100644
index 991b8d1e73..0000000000
--- a/target/linux/ixp4xx/patches-3.14/090-increase_entropy_pools.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/drivers/char/random.c
-+++ b/drivers/char/random.c
-@@ -280,11 +280,11 @@
- /*
- * Configuration information
- */
--#define INPUT_POOL_SHIFT 12
-+#define INPUT_POOL_SHIFT 13
- #define INPUT_POOL_WORDS (1 << (INPUT_POOL_SHIFT-5))
--#define OUTPUT_POOL_SHIFT 10
-+#define OUTPUT_POOL_SHIFT 11
- #define OUTPUT_POOL_WORDS (1 << (OUTPUT_POOL_SHIFT-5))
--#define SEC_XFER_SIZE 512
-+#define SEC_XFER_SIZE 1024
- #define EXTRACT_SIZE 10
-
- #define DEBUG_RANDOM_BOOT 0