blob: e75d71a0330995bdf306ddf3350bea2dc9e929f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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/
|