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 /packages/ixp425-eth/ixp400-eth-1.5/params.patch | |
parent | 0eaf913e1784fc395ebe2f020ed3b1a99406b1ec (diff) |
ixp400-eth: fixed typo in params patch
Diffstat (limited to 'packages/ixp425-eth/ixp400-eth-1.5/params.patch')
-rw-r--r-- | packages/ixp425-eth/ixp400-eth-1.5/params.patch | 2 |
1 files changed, 1 insertions, 1 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) |