From: Carsten Rietzschel <cr@daRav.de>
To: davej@suse.de
Cc: linux-kernel@vger.kernel.org
Subject: Capi config Patch for 2.4.20-dj2
Date: 05 Jun 2002 11:40:44 +0200 [thread overview]
Message-ID: <1023270045.1552.6.camel@rav-pc-linux> (raw)
[-- Attachment #1: Type: text/plain, Size: 359 bytes --]
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
[-- Attachment #2: cr-capi-config-patch --]
[-- Type: text/plain, Size: 490 bytes --]
--- 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
reply other threads:[~2002-06-05 9:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1023270045.1552.6.camel@rav-pc-linux \
--to=cr@darav.de \
--cc=davej@suse.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.