aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ixp425-eth/ixp425-eth_1.1.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-24 02:44:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-24 02:44:11 +0000
commit2fdf5431903d9f0604a658f47202e156e24f70bf (patch)
treef6ee1ca65c264296849502bdc824f909908f6ebe /packages/ixp425-eth/ixp425-eth_1.1.bb
parentd51414ea6e116d6796970fb7349f51f8ea09b63f (diff)
downloadopenembedded-2fdf5431903d9f0604a658f47202e156e24f70bf.tar.gz
ixp425-eth: patches for 2.6.13 kernels
some structure changes, also remove unused statics caused by the intdriven patch.
Diffstat (limited to 'packages/ixp425-eth/ixp425-eth_1.1.bb')
-rw-r--r--packages/ixp425-eth/ixp425-eth_1.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/ixp425-eth/ixp425-eth_1.1.bb b/packages/ixp425-eth/ixp425-eth_1.1.bb
index 1843f21301..dec772b7b6 100644
--- a/packages/ixp425-eth/ixp425-eth_1.1.bb
+++ b/packages/ixp425-eth/ixp425-eth_1.1.bb
@@ -8,7 +8,8 @@ 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 = "r8"
+SRC_URI += "file://2.6.13.patch;patch=1"
+PR = "r9"
S = "${WORKDIR}"