Re: appletalk patch

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 10 Sep 1998 17:55:46 +0100 (BST)


> the appletalk driver. The appletalk driver can be compiled as a module,
> but if it is, and the appletalk-IP driver is compiled into the kernel, the
> final link will fail. Basically, we only allow appletalk-IP to be
> compiled as a module if appletalk has been compiled as a module.

Yes. You should not however also be doing

> if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
> - if [ "$CONFIG_ATALK" != "n" ]; then

since you do need appletalk to use appletalk devices. So your diff
appeared wrong

-
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/faq.html