diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-20 02:48:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-20 02:48:23 +0000 |
commit | b39ee2afc4e4cf7c82bcc282808cec91ffdb4939 (patch) | |
tree | fac25f04d92628100e54a918432a6294913e9004 /packages/ixp425-eth/ixp400-eth_1.4.bb | |
parent | 741d406eea0b8c55e29faf644f9811659a7e738c (diff) |
ixp4xx-csr: deconfigure ixp400.ko in 2.0
- this removes stuff from ixp400.ko which is not used by the ixp4oo-eth
- driver, making the module significantly smaller.
Diffstat (limited to 'packages/ixp425-eth/ixp400-eth_1.4.bb')
-rw-r--r-- | packages/ixp425-eth/ixp400-eth_1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ixp425-eth/ixp400-eth_1.4.bb b/packages/ixp425-eth/ixp400-eth_1.4.bb index 477f3244b9..94024e9b75 100644 --- a/packages/ixp425-eth/ixp400-eth_1.4.bb +++ b/packages/ixp425-eth/ixp400-eth_1.4.bb @@ -10,7 +10,7 @@ SRC_URI += "file://2.6.13.patch;patch=1" SRC_URI += "file://2.6.14.patch;patch=1" SRC_URI += "file://ixp400_pollcontroller.patch;patch=1" SRC_URI += "file://2.6.14-mm.patch;patch=1" -PR = "r6" +PR = "r7" DEPENDS = "ixp4xx-csr" RDEPENDS = "ixp4xx-csr" |