X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3f5c61219e3ea85f757cf1b8896a4ecd88507248..601a02801432885ada64d2b11a7128992729c087:/openwrt/package/pptpd/Config.in?ds=sidebyside

diff --git a/openwrt/package/pptpd/Config.in b/openwrt/package/pptpd/Config.in
index e713b18b0..1bb1527ed 100644
--- a/openwrt/package/pptpd/Config.in
+++ b/openwrt/package/pptpd/Config.in
@@ -1,7 +1,12 @@
 config BR2_PACKAGE_PPTPD
-	tristate "PPTP Server"
-	default m
+	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 
+	  A Point-to-Point Tunneling Protocol server
+	  
+	  http://poptop.sourceforge.net/
+	  
+