diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-06-16 10:21:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-16 10:21:10 +0000 |
commit | 6642ef1d18a305fba38f7089b129752aa430c886 (patch) | |
tree | 108cc3a72735269afc1741000aa53e4ec449d624 | |
parent | 0eaf913e1784fc395ebe2f020ed3b1a99406b1ec (diff) |
ixp400-eth: fixed typo in params patch
-rw-r--r-- | packages/ixp425-eth/ixp400-eth-1.5/params.patch | 2 | ||||
-rw-r--r-- | packages/ixp425-eth/ixp400-eth_1.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/ixp425-eth/ixp400-eth-1.5/params.patch b/packages/ixp425-eth/ixp400-eth-1.5/params.patch index 2267a48fec..86011deaaa 100644 --- a/packages/ixp425-eth/ixp400-eth-1.5/params.patch +++ b/packages/ixp425-eth/ixp400-eth-1.5/params.patch @@ -42,7 +42,7 @@ */ #ifdef CONFIG_IXP400_ETH_NPEC_ONLY ! int dev_max_count = 1; /* only NPEC is used */ -! elif defined (CONFIG_IXP400_ETH_NPEB_ONLY) +! #elif defined (CONFIG_IXP400_ETH_NPEB_ONLY) ! int dev_max_count = 1; /* only NPEB is used */ #elif defined (CONFIG_ARCH_IXDP425) || defined(CONFIG_ARCH_IXDPG425)\ || defined (CONFIG_ARCH_ADI_COYOTE) diff --git a/packages/ixp425-eth/ixp400-eth_1.5.bb b/packages/ixp425-eth/ixp400-eth_1.5.bb index 2d131aa6e0..5163dd20e4 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 = "r14" +PR = "r15" DEPENDS = "ixp-osal" DEPENDS = "ixp4xx-csr" |