From: James Chapman <jchapman@katalix.com>
To: netdev@vger.kernel.org
Cc: toralf.foerster@gmx.de
Subject: [PATCH 2.6.23-rc1] PPPOL2TP: Add CONFIG_INET Kconfig dependency
Date: Mon, 30 Jul 2007 13:05:39 +0100 [thread overview]
Message-ID: <200707301205.l6UC5dmR026629@quickie.katalix.com> (raw)
[PPPOL2TP]: Add CONFIG_INET Kconfig dependency.
PPPOL2TP uses UDP so it obviously depends on CONFIG_INET.
Signed-off-by: James Chapman <jchapman@katalix.com>
---
Toralf Foerster reported that make rndconfig failed in 2.6.23-rc1
when selecting CONFIG_PPPOL2TP without CONFIG_INET.
Index: linux-2.6.23-rc1/drivers/net/Kconfig
===================================================================
--- linux-2.6.23-rc1.orig/drivers/net/Kconfig
+++ linux-2.6.23-rc1/drivers/net/Kconfig
@@ -2851,7 +2851,7 @@ config PPPOATM
config PPPOL2TP
tristate "PPP over L2TP (EXPERIMENTAL)"
- depends on EXPERIMENTAL && PPP
+ depends on EXPERIMENTAL && PPP && INET
help
Support for PPP-over-L2TP socket family. L2TP is a protocol
used by ISPs and enterprises to tunnel PPP traffic over UDP
next reply other threads:[~2007-07-30 12:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-30 12:05 James Chapman [this message]
2007-07-31 1:52 ` [PATCH 2.6.23-rc1] PPPOL2TP: Add CONFIG_INET Kconfig dependency David Miller
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=200707301205.l6UC5dmR026629@quickie.katalix.com \
--to=jchapman@katalix.com \
--cc=netdev@vger.kernel.org \
--cc=toralf.foerster@gmx.de \
/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