diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-08 00:32:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-08 00:32:02 +0000 |
commit | cf6bb61067dbcf3511164209452c0b2e7600ffe1 (patch) | |
tree | 41c326a25fa04f3cbebb549bf7410dca346ac8a6 /packages/ixp425-eth/ixp400-eth_1.4.bb | |
parent | 075ae270c50ab662a6b6f61e7af5333b1da00901 (diff) |
ixp-osal_2.0.bb ixp4xx-csr_2.0.bb ixp400-eth_1.4.bb: fixed LE implementation
This checkin includes a patch to add working le support in these modules
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 dbcb3411d9..a9b3e972da 100644 --- a/packages/ixp425-eth/ixp400-eth_1.4.bb +++ b/packages/ixp425-eth/ixp400-eth_1.4.bb @@ -8,7 +8,7 @@ SRC_URI += "file://ixp400-le-be.patch;patch=1" SRC_URI += "file://makefile.patch;patch=1" SRC_URI += "file://2.6.13.patch;patch=1" SRC_URI += "file://2.6.14.patch;patch=1" -PR = "r1" +PR = "r2" DEPENDS = "ixp4xx-csr" RDEPENDS = "ixp4xx-csr" |