mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-06 16:51:56 +02:00
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
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/
|
|
|
|
|