From: Jeff Garzik <jgarzik@pobox.com>
To: Paolo Ornati <javaman@katamail.com>
Cc: marcelo@conectiva.com.br, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.4.22][RESEND] small config fix for ISDN
Date: Mon, 01 Sep 2003 12:01:22 -0400 [thread overview]
Message-ID: <3F536D52.3030204@pobox.com> (raw)
In-Reply-To: <200309011554.00720.javaman@katamail.com>
Paolo Ornati wrote:
> Hi,
>
> trying to install modules in 2.4.22 I get this error:
> depmod: *** Unresolved symbols in /lib/modules/2.4.22/kernel/drivers/isdn/isdn.o
> depmod: sk_run_filter
> depmod: sk_chk_filter
>
> this is the fix for drivers/isdn/Config.in, please apply:
>
> --- drivers/isdn/Config.in.orig 2003-08-31 13:23:25.000000000 +0200
> +++ drivers/isdn/Config.in 2003-08-31 13:29:31.000000000 +0200
> @@ -8,7 +8,7 @@
> if [ "$CONFIG_INET" != "n" ]; then
> bool ' Support synchronous PPP' CONFIG_ISDN_PPP
> if [ "$CONFIG_ISDN_PPP" != "n" ]; then
> - bool ' PPP filtering for ISDN' CONFIG_IPPP_FILTER $CONFIG_FILTER
> + dep_bool ' PPP filtering for ISDN' CONFIG_IPPP_FILTER $CONFIG_FILTER
> bool ' Use VJ-compression with synchronous PPP' CONFIG_ISDN_PPP_VJ
> bool ' Support generic MP (RFC 1717)' CONFIG_ISDN_MPP
> dep_tristate ' Support BSD compression' CONFIG_ISDN_PPP_BSDCOMP $CONFIG_ISDN
agreed, looks good.
prev parent reply other threads:[~2003-09-01 16:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-01 13:54 [PATCH 2.4.22][RESEND] small config fix for ISDN Paolo Ornati
2003-09-01 16:01 ` Jeff Garzik [this message]
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=3F536D52.3030204@pobox.com \
--to=jgarzik@pobox.com \
--cc=javaman@katamail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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.