projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a309bb0
)
[PPPOL2TP]: Add CONFIG_INET Kconfig dependency.
author
James Chapman
<jchapman@katalix.com>
Tue, 31 Jul 2007 01:51:48 +0000
(18:51 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 31 Jul 2007 09:28:29 +0000
(
02:28
-0700)
PPPOL2TP uses UDP so it obviously depends on CONFIG_INET.
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index f8a602caabcb9595d249065569eb0dbc03a3aef4..81ef81c9a5841904887b70a3d37470a624467fbf 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
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