aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ixp425-eth/ixp425-eth_1.1.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-06-17 06:36:43 +0000
committerJohn Bowler <jbowler@nslu2-linux.org>2005-06-17 06:36:43 +0000
commit07a813e818671678290cd0f2b58b693cabc83945 (patch)
treea93e0561cc665a243b3d7636f6ce046dc3763b68 /packages/ixp425-eth/ixp425-eth_1.1.bb
parent17eda4148261ba29cc23c949c0e2da2a70030336 (diff)
downloadopenembedded-07a813e818671678290cd0f2b58b693cabc83945.tar.gz
Add SA_SAMPLE_RANDOM to those request_irq calls which
correspond to packet driven (as opposed to timer driven) ethernet interrupts. This provides genuine random input to the kernel random driver. BKrev: 42b26f7bNoumAACylLJQfYG5oSQoOw
Diffstat (limited to 'packages/ixp425-eth/ixp425-eth_1.1.bb')
-rw-r--r--packages/ixp425-eth/ixp425-eth_1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ixp425-eth/ixp425-eth_1.1.bb b/packages/ixp425-eth/ixp425-eth_1.1.bb
index 40e7f19f54..568f6bd97c 100644
--- a/packages/ixp425-eth/ixp425-eth_1.1.bb
+++ b/packages/ixp425-eth/ixp425-eth_1.1.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://www.intel.com/design/network/swsup/ixp400LinuxEthernetDriverPa
file://intdriven.patch;patch=1 \
file://pollcontroller.patch;patch=1 \
file://mm4.patch;patch=1"
-PR = "r3"
+PR = "r4"
S = "${WORKDIR}"