Messages in this thread |  | | From | Oliver Neukum <> | Subject | IRNET depending on PPP | Date | Mon, 1 Jan 2001 15:32:47 +0100 |
| |
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
|  |