Re: compile error in 2.3.18ac3 and some misc babblings

Arjan van de Ven (adve@oce.nl)
Tue, 14 Sep 1999 12:49:38 +0200 (CEST)


David Weinehall had the wisdom to write:
DW> On Tue, 14 Sep 1999, CaT wrote:

>> Everything is built into the kernel except for bsd compression which
>> gives an erronuous error when you try to select it to be built into
>> the kernel. It says that due to something else being a module it has
>> to be... which is wrong as nothing else is a module.

DW> If I'm not all wrong, bsdcomp wants to be a module because of some
DW> licensing issue or similar.

Then the

tristate "blabla bsd blabla" CONFIG_bla

should be replaced by a

dep_tristate "blabla bsd blabla" CONFIG_bla m

to force it module-only.

Greetings,
Arjan van de Ven

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/