You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
513 B

config BR2_PACKAGE_OPENVPN
tristate "OpenVPN"
default m
select BR2_PACKAGE_KMOD_TUN
select BR2_PACKAGE_LIBPTHREAD
select BR2_PACKAGE_OPENSSL
help
Open Source VPN solution using SSL
http://openvpn.net/
Depends: kmod-tun, libpthread, openssl
config BR2_PACKAGE_OPENVPN_SERVER
bool "Enable server support"
default y
depends BR2_PACKAGE_OPENVPN
config BR2_PACKAGE_OPENVPN_LZO
bool "Enable transparent compression (lzo)"
default y
depends BR2_PACKAGE_OPENVPN
select BR2_PACKAGE_LZO