blob: 1bb1527ed89ade4dd118c2ff893e5b66b7f3327e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_PPTPD
prompt "pptpd - 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/
|