All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Neukum <Oliver.Neukum@lrz.uni-muenchen.de>
To: linux-kernel@vger.kernel.org
Cc: mec@shout.net
Subject: IRNET depending on PPP
Date: Mon, 1 Jan 2001 15:32:47 +0100	[thread overview]
Message-ID: <01010115524900.10792@ghanima> (raw)

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Hi,

IRNET depends on PPP, but that is not reflected in the configuration files.
A patch is attached.

	Regards
		Oliver

[-- Attachment #2: irda.diff --]
[-- Type: text/plain, Size: 300 bytes --]

--- 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

             reply	other threads:[~2001-01-01 15:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-01 14:32 Oliver Neukum [this message]
2001-01-02  9:30 ` IRNET depending on PPP Andrzej Krzysztofowicz

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=01010115524900.10792@ghanima \
    --to=oliver.neukum@lrz.uni-muenchen.de \
    --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 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.