diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 00:03:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 00:03:33 +0000 |
commit | e56fa7f9257c5819148a02fa728949e14bf1380d (patch) | |
tree | 92ae4f2e901f0bc9b14240fa3e955bdf4ef7623c /package/pptpd/Config.in | |
parent | edd6c8ee3f0fa0512bb5ae326de13ca24c7b6f9d (diff) | |
download | upstream-e56fa7f9257c5819148a02fa728949e14bf1380d.tar.gz upstream-e56fa7f9257c5819148a02fa728949e14bf1380d.tar.bz2 upstream-e56fa7f9257c5819148a02fa728949e14bf1380d.zip |
Convert pptpd to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptpd/Config.in')
-rw-r--r-- | package/pptpd/Config.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package/pptpd/Config.in b/package/pptpd/Config.in index 6915029164..ab495f0642 100644 --- a/package/pptpd/Config.in +++ b/package/pptpd/Config.in @@ -1,7 +1,12 @@ config BR2_PACKAGE_PPTPD - tristate "PPTP Server" + prompt "pptpd - a 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 + A Point-to-Point Tunneling Protocol server + + http://poptop.sourceforge.net/ + + |