[NET] TUN needs CRC32 after adding multicast filtering to it

From: Vitezslav Samel
Date: Wed Jan 19 2005 - 01:34:13 EST


Hi!

Just tried to compile 2.6.11-rc1, but it fails with unresolved symbols
"bitreverse" etc. Found out that TUN driver needs CRC32 which I haven't
compiled in.
Following patch fixes this. Please, consider applying.

Cheers,
Vita


diff -urN linux-2.6.11-rc1.orig/drivers/net/Kconfig linux-2.6.11-rc1/drivers/net/Kconfig
--- linux-2.6.11-rc1.orig/drivers/net/Kconfig Fri Jan 14 14:45:30 2005
+++ linux-2.6.11-rc1/drivers/net/Kconfig Wed Jan 19 07:11:00 2005
@@ -84,6 +84,7 @@
config TUN
tristate "Universal TUN/TAP device driver support"
depends on NETDEVICES
+ select CRC32
---help---
TUN/TAP provides packet reception and transmission for user space
programs. It can be viewed as a simple Point-to-Point or Ethernet
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/