aboutsummaryrefslogtreecommitdiffstats
path: root/package/pptp/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-18 23:42:09 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-18 23:42:09 +0000
commitedd6c8ee3f0fa0512bb5ae326de13ca24c7b6f9d (patch)
tree6070278b9ccb45b0fbd50513304e84b1cceb5069 /package/pptp/Config.in
parent36ae98c96ef1a2cfe7bb35765346bc91371e502a (diff)
downloadmaster-187ad058-edd6c8ee3f0fa0512bb5ae326de13ca24c7b6f9d.tar.gz
master-187ad058-edd6c8ee3f0fa0512bb5ae326de13ca24c7b6f9d.tar.bz2
master-187ad058-edd6c8ee3f0fa0512bb5ae326de13ca24c7b6f9d.zip
Convert pptp to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@941 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptp/Config.in')
-rw-r--r--package/pptp/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/pptp/Config.in b/package/pptp/Config.in
index 8ffeff264f..ad41744cef 100644
--- a/package/pptp/Config.in
+++ b/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/
+