diff options
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) |