summaryrefslogtreecommitdiff
path: root/openwrt/package/pptp/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 23:42:09 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 23:42:09 +0000
commit57b3da14cd145a03f399b29b5e9eb15206f6cc79 (patch)
treebc89a13663db6b74780802837517151735dc5bd1 /openwrt/package/pptp/Config.in
parent01e3a7a8b0ff683476f1efc4240660a713428183 (diff)
Convert pptp to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@941 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pptp/Config.in')
-rw-r--r--openwrt/package/pptp/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/openwrt/package/pptp/Config.in b/openwrt/package/pptp/Config.in
index 8ffeff264f..ad41744cef 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/
+