linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bmac also needs crc32
@ 2003-08-29 10:59 Ernst Persson
  2003-09-03 17:41 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Ernst Persson @ 2003-08-29 10:59 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 102 bytes --]

Before you had to enable another net driver och crc32 in library to
compile the bmac driver.

//ernie

[-- Attachment #2: bmac-crc32.diff --]
[-- Type: text/plain, Size: 427 bytes --]

--- linux-2.6/drivers/net/Makefile.lib	2003-08-28 17:20:35.000000000 +0200
+++ linuxppc-2.5-benh/drivers/net/Makefile.lib	2003-08-29 12:39:36.000000000 +0200
@@ -5,6 +5,7 @@
 obj-$(CONFIG_ARM_AM79C961A)	+= crc32.o
 obj-$(CONFIG_AT1700)		+= crc32.o
 obj-$(CONFIG_ATP)		+= crc32.o
+obj-$(CONFIG_BMAC)              += crc32.o
 obj-$(CONFIG_DE2104X)		+= crc32.o
 obj-$(CONFIG_DE4X5)		+= crc32.o
 obj-$(CONFIG_DECLANCE)		+= crc32.o

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-03 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-29 10:59 [PATCH] Bmac also needs crc32 Ernst Persson
2003-09-03 17:41 ` Jeff Garzik

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).