Hi,

IRNET depends on PPP, but that is not reflected in the configuration files.
A patch is attached.

        Regards
                Oliver
--- linux-vanilla/net/irda/irnet/Config.in      Mon Jan  1 14:34:02 2001
+++ linux/net/irda/irnet/Config.in      Mon Jan  1 15:35:15 2001
@@ -1 +1,3 @@
-dep_tristate '  IrNET protocol' CONFIG_IRNET $CONFIG_IRDA
+if [ "$CONFIG_PPP" != "n" ]; then
+       dep_tristate '  IrNET protocol' CONFIG_IRNET $CONFIG_IRDA
+fi

Reply via email to