blob: ab495f0642ae84890d6b060cb4899967f3b0b74f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_PPTPD
prompt "pptpd - a PPTP (Point-to-Point Tunneling Protocol) server"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_GRE
select BR2_PACKAGE_PPP
help
A Point-to-Point Tunneling Protocol server
http://poptop.sourceforge.net/
|