lkml.org 
[lkml]   [2002]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectCapi config Patch for 2.4.20-dj2
From
Date
Hi,

this fixes the problem when configuring the ISDN-Section f.e. with make menuconfig.
So Capi can be enabled and can be compiled.
Without this patch 2.5.20-dj2 (and a few -dj-Patches before) won't compile Capi-Drivers.

(Note: I don't know why DJ dropped these lines, but in the 2.4.20 they are)


This patch is against 2.5.20-dj2


Carsten Rietzschel



--- drivers/isdn/Config.in Tue Jun 4 23:31:51 2002
+++ drivers/isdn/Config.in.org2 Mon Jun 3 03:44:50 2002
@@ -19,8 +19,11 @@

comment 'CAPI subsystem'

- source drivers/isdn/capi/Config.in
- source drivers/isdn/hardware/Config.in
+ tristate 'CAPI2.0 support' CONFIG_ISDN_CAPI
+ if [ "$CONFIG_ISDN_CAPI" != "n" ]; then
+ source drivers/isdn/capi/Config.in
+ source drivers/isdn/hardware/Config.in
+ fi
fi
fi
endmenu
\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.207 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site