projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix v1/v4 bug in diag driver
[openwrt.git]
/
openwrt
/
package
/
pptp
/
Config.in
diff --git
a/openwrt/package/pptp/Config.in
b/openwrt/package/pptp/Config.in
index
8ffeff2
..
905506e
100644
(file)
--- a/
openwrt/package/pptp/Config.in
+++ b/
openwrt/package/pptp/Config.in
@@
-1,7
+1,11
@@
config BR2_PACKAGE_PPTP
config BR2_PACKAGE_PPTP
- tristate "PPTP Client"
+ prompt "pptp - 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
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/
+
This page took
0.022038 seconds
and
4
git commands to generate.