lkml.org 
[lkml]   [2001]   [Jan]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectIRNET depending on PPP
Date
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
\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.043 / U:1.712 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site