* PATCH 2.6.24-rc3-mm2 - build breakage - bnx2x depends on ZLIB_INFLATE
@ 2007-11-28 20:25 Lee Schermerhorn
2007-11-29 13:41 ` Eliezer Tamir
0 siblings, 1 reply; 2+ messages in thread
From: Lee Schermerhorn @ 2007-11-28 20:25 UTC (permalink / raw)
To: Andrew Morton, netdev, linux-kernel
Couldn't find one of these on the lists...
PATCH 2.6.24-rc3-mm1: bnx2x depends on ZLIB_INFLATE
The bnx2x module depends on the zlib_inflate functions. The
build will fail if ZLIB_INFLATE has not been selected manually
or by building another module that automatically selects it.
Modify BNX2X config option to 'select ZLIB_INFLATE' like BNX2
and others. This seems to fix it.
Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
drivers/net/Kconfig | 1 +
1 file changed, 1 insertion(+)
Index: Linux/drivers/net/Kconfig
===================================================================
--- Linux.orig/drivers/net/Kconfig 2007-11-28 10:41:23.000000000 -0500
+++ Linux/drivers/net/Kconfig 2007-11-28 12:40:16.000000000 -0500
@@ -2606,6 +2606,7 @@ config TEHUTI
config BNX2X
tristate "Broadcom NetXtremeII 10Gb support"
depends on PCI
+ select ZLIB_INFLATE
help
This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
To compile this driver as a module, choose M here: the module
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PATCH 2.6.24-rc3-mm2 - build breakage - bnx2x depends on ZLIB_INFLATE
2007-11-28 20:25 PATCH 2.6.24-rc3-mm2 - build breakage - bnx2x depends on ZLIB_INFLATE Lee Schermerhorn
@ 2007-11-29 13:41 ` Eliezer Tamir
0 siblings, 0 replies; 2+ messages in thread
From: Eliezer Tamir @ 2007-11-29 13:41 UTC (permalink / raw)
To: Lee Schermerhorn
Cc: Andrew Morton, netdev, linux-kernel, davem@davemloft.net,
jeff@garzik.org
On Wed, 2007-11-28 at 12:25 -0800, Lee Schermerhorn wrote:
> Couldn't find one of these on the lists...
>
> PATCH 2.6.24-rc3-mm1: bnx2x depends on ZLIB_INFLATE
>
> The bnx2x module depends on the zlib_inflate functions. The
> build will fail if ZLIB_INFLATE has not been selected manually
> or by building another module that automatically selects it.
>
> Modify BNX2X config option to 'select ZLIB_INFLATE' like BNX2
> and others. This seems to fix it.
>
> Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
You are right.
My mistake, Thanks.
Acked-by: Eliezer Tamir <eliezert@broadcom.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-29 13:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-28 20:25 PATCH 2.6.24-rc3-mm2 - build breakage - bnx2x depends on ZLIB_INFLATE Lee Schermerhorn
2007-11-29 13:41 ` Eliezer Tamir
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).