diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-26 23:43:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-26 23:43:09 +0000 |
commit | 1a36187e9247abbd324a87342a912c2f5098e0c5 (patch) | |
tree | f0694ed249056cfcc415013e222c0a9e2d7299a2 /packages/ixp425-eth/ixp400-eth_1.5.bb | |
parent | b85ec984acd1fdaca259b09b024ece42ee1b869e (diff) |
ixp4xx-kernel: clean up maclist code in 2.6.15
ixp400-eth: merge clean up to maclist_read in 1.5
- maclist_read is now (void), it always succeeds
Diffstat (limited to 'packages/ixp425-eth/ixp400-eth_1.5.bb')
-rw-r--r-- | packages/ixp425-eth/ixp400-eth_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ixp425-eth/ixp400-eth_1.5.bb b/packages/ixp425-eth/ixp400-eth_1.5.bb index 8833b850ec..e54077460b 100644 --- a/packages/ixp425-eth/ixp400-eth_1.5.bb +++ b/packages/ixp425-eth/ixp400-eth_1.5.bb @@ -4,7 +4,7 @@ MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>" HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp420.htm" LICENSE = "GPL" -PR = "r7" +PR = "r8" DEPENDS = "ixp4xx-csr" RDEPENDS = "ixp4xx-csr" |