diff options
Diffstat (limited to 'openwrt/package/pptp/Config.in')
-rw-r--r-- | openwrt/package/pptp/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openwrt/package/pptp/Config.in b/openwrt/package/pptp/Config.in index 8ffeff264..ad41744ce 100644 --- a/openwrt/package/pptp/Config.in +++ b/openwrt/package/pptp/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_PPTP - tristate "PPTP Client" + prompt "pptp - a PPTP (Point-to-Point Tunneling Protocol) client" + tristate default m if CONFIG_DEVEL select BR2_PACKAGE_KMOD_GRE select BR2_PACKAGE_PPP help A Point-to-Point Tunneling Protocol Client + + http://pptpclient.sourceforge.net/ + |