* [PATCH 2.6.23-rc1] PPPOL2TP: Add CONFIG_INET Kconfig dependency
@ 2007-07-30 12:05 James Chapman
2007-07-31 1:52 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: James Chapman @ 2007-07-30 12:05 UTC (permalink / raw)
To: netdev; +Cc: toralf.foerster
[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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-31 1:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-30 12:05 [PATCH 2.6.23-rc1] PPPOL2TP: Add CONFIG_INET Kconfig dependency James Chapman
2007-07-31 1:52 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox