From: Andrzej Krzysztofowicz <ankry@pg.gda.pl>
To: Oliver.Neukum@lrz.uni-muenchen.de (Oliver Neukum)
Cc: linux-kernel@vger.kernel.org, mec@shout.net
Subject: Re: IRNET depending on PPP
Date: Tue, 2 Jan 2001 10:30:40 +0100 (MET) [thread overview]
Message-ID: <200101020930.KAA15067@sunrise.pg.gda.pl> (raw)
In-Reply-To: <01010115524900.10792@ghanima> from "Oliver Neukum" at Jan 01, 2001 03:32:47 PM
"Oliver Neukum wrote:"
>
> IRNET depends on PPP, but that is not reflected in the configuration files.
> A patch is attached.
An incorrect patch.
Note, that if CONFIG_NETDEVICES=n then CONFIG_PPP is undefined (instead of
being equal to "n") ...
> --- 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
The following line
> +if [ "$CONFIG_PPP" != "n" ]; then
should be replaced by either
+if [ "$CONFIG_PPP" = "y" -o "$CONFIG_PPP" = "m" ]; then
or
+if [ "$CONFIG_NETDEVICES" = "y" -a "$CONFIG_PPP" != "n" ]; then
> + dep_tristate ' IrNET protocol' CONFIG_IRNET $CONFIG_IRDA
> +fi
Andrzej
--
=======================================================================
Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl
phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math., Technical University of Gdansk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
prev parent reply other threads:[~2001-01-02 10:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-01 14:32 Oliver Neukum
2001-01-02 9:30 ` Andrzej Krzysztofowicz [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=200101020930.KAA15067@sunrise.pg.gda.pl \
--to=ankry@pg.gda.pl \
--cc=Oliver.Neukum@lrz.uni-muenchen.de \
--cc=ankry@green.mif.pg.gda.pl \
--cc=linux-kernel@vger.kernel.org \
--cc=mec@shout.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®