ChangeSet 1.1107, 2003/02/18 16:33:05-08:00, greg@kroah.com USB: usbnet driver also needs the crc32 code. Thanks to David Brownell for this. diff -Nru a/drivers/usb/Makefile.lib b/drivers/usb/Makefile.lib --- a/drivers/usb/Makefile.lib Tue Feb 18 16:35:37 2003 +++ b/drivers/usb/Makefile.lib Tue Feb 18 16:35:37 2003 @@ -1,2 +1,3 @@ obj-$(CONFIG_USB_CATC) += crc32.o obj-$(CONFIG_USB_SPEEDTOUCH) += crc32.o +obj-$(CONFIG_USB_USBNET) += crc32.o