IRNET depending on PPP

Oliver Neukum (Oliver.Neukum@lrz.uni-muenchen.de)
Mon, 1 Jan 2001 15:32:47 +0100


--Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD
Content-Type: text/plain
Content-Transfer-Encoding: 8bit

Hi,

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

Regards
Oliver

--Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD
Content-Type: text/plain;
name="irda.diff"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="irda.diff"

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

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