projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add initial video4linux support (for usb webcams) to head
[openwrt.git]
/
openwrt
/
package
/
openvpn
/
Config.in
diff --git
a/openwrt/package/openvpn/Config.in
b/openwrt/package/openvpn/Config.in
index
4605881
..
72f6835
100644
(file)
--- a/
openwrt/package/openvpn/Config.in
+++ b/
openwrt/package/openvpn/Config.in
@@
-1,9
+1,8
@@
config BR2_PACKAGE_OPENVPN
config BR2_PACKAGE_OPENVPN
- tristate "
OpenVPN
"
+ tristate "
openvpn - VPN solution using SSL
"
default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_TUN
default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_TUN
- select BR2_PACKAGE_LIBPTHREAD
- select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_LIBOPENSSL
help
Open Source VPN solution using SSL
help
Open Source VPN solution using SSL
@@
-21,4
+20,4
@@
config BR2_PACKAGE_OPENVPN_LZO
bool "Enable transparent compression (lzo)"
default y
depends BR2_PACKAGE_OPENVPN
bool "Enable transparent compression (lzo)"
default y
depends BR2_PACKAGE_OPENVPN
- select BR2_PACKAGE_LZO
+ select BR2_PACKAGE_L
IBL
ZO
This page took
0.027488 seconds
and
4
git commands to generate.