>> 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/