mirror of https://github.com/OpenIPC/firmware.git
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
diff -drupN a/drivers/net/ppp/Kconfig b/drivers/net/ppp/Kconfig
|
|
--- a/drivers/net/ppp/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/net/ppp/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -149,6 +149,23 @@ config PPPOL2TP
|
|
tunnels. L2TP is replacing PPTP for VPN uses.
|
|
if TTY
|
|
|
|
+config PPPOLAC
|
|
+ tristate "PPP on L2TP Access Concentrator"
|
|
+ depends on PPP && INET
|
|
+ help
|
|
+ L2TP (RFC 2661) is a tunneling protocol widely used in virtual private
|
|
+ networks. This driver handles L2TP data packets between a UDP socket
|
|
+ and a PPP channel, but only permits one session per socket. Thus it is
|
|
+ fairly simple and suited for clients.
|
|
+
|
|
+config PPPOPNS
|
|
+ tristate "PPP on PPTP Network Server"
|
|
+ depends on PPP && INET
|
|
+ help
|
|
+ PPTP (RFC 2637) is a tunneling protocol widely used in virtual private
|
|
+ networks. This driver handles PPTP data packets between a RAW socket
|
|
+ and a PPP channel. It is fairly simple and easy to use.
|
|
+
|
|
config PPP_ASYNC
|
|
tristate "PPP support for async serial ports"
|
|
depends on PPP
|