Re: [PATCH] IPv6 can't be built as module additionally

From: David S. Miller
Date: Thu May 20 2004 - 17:54:08 EST


On Fri, 21 May 2004 00:16:06 +0200 (CEST)
Jirka Kosina <jikos@xxxxxxxx> wrote:

> This is because ipv6-specific functions in drivers/char/random.c
> are inside #ifdefs, and as random.c is almost always built directly into
> kernel, recompilation of whole kernel can't be avoided.

This is the smallest problem, several main kernel data structures
change size based upon whether ipv6 has been enabled in any way
or not.

So even with your patch, compiling ipv6 outside of the kernel will
still not work even though it might build.

This has been discussed to death in the past I do believe :-)
-
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/