ixp400-eth: fixed typo in params patch
authorRod Whitby <rod@whitby.id.au>
Fri, 16 Jun 2006 10:21:10 +0000 (10:21 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 16 Jun 2006 10:21:10 +0000 (10:21 +0000)
packages/ixp425-eth/ixp400-eth-1.5/params.patch
packages/ixp425-eth/ixp400-eth_1.5.bb

index 2267a48..86011de 100644 (file)
@@ -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)
index 2d131aa..5163dd2 100644 (file)
@@ -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"