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
/
openvpn
/
Config.in
diff --git
a/openwrt/package/openvpn/Config.in
b/openwrt/package/openvpn/Config.in
index
3a3c15e
..
12c35ba
100644
(file)
--- a/
openwrt/package/openvpn/Config.in
+++ b/
openwrt/package/openvpn/Config.in
@@
-2,7
+2,7
@@
config BR2_PACKAGE_OPENVPN
tristate "openvpn - Open source VPN solution using SSL"
default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_TUN
tristate "openvpn - Open source VPN solution using SSL"
default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_TUN
- select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_
LIB
OPENSSL
help
Open Source VPN solution using SSL
help
Open Source VPN solution using SSL
@@
-16,6
+16,11
@@
config BR2_PACKAGE_OPENVPN_SERVER
default y
depends BR2_PACKAGE_OPENVPN
default y
depends BR2_PACKAGE_OPENVPN
+config BR2_PACKAGE_OPENVPN_HTTP
+ bool "Enable http proxy support"
+ default y
+ depends BR2_PACKAGE_OPENVPN
+
config BR2_PACKAGE_OPENVPN_LZO
bool "Enable transparent compression (lzo)"
default y
config BR2_PACKAGE_OPENVPN_LZO
bool "Enable transparent compression (lzo)"
default y
This page took
0.024847 seconds
and
4
git commands to generate.