Config.in 775 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_OPENVPN
  2. bool "openvpn"
  3. help
  4. OpenVPN is a full-featured SSL VPN solution which can
  5. accomodate a wide range of configurations, including road
  6. warrior access, home/office/campus telecommuting, WiFi
  7. security, secure branch office linking, and enterprise-scale
  8. remote access solutions with load balancing, failover, and
  9. fine-grained access-controls.
  10. http://openvpn.sourceforge.net/
  11. config BR2_PACKAGE_OPENVPN_LZO
  12. bool "LZO compression"
  13. default y
  14. depends on BR2_PACKAGE_OPENVPN
  15. select BR2_PACKAGE_LZO
  16. help
  17. Enable LZO compression.
  18. config BR2_PACKAGE_OPENVPN_OPENSSL
  19. bool "OpenSSL support"
  20. default y
  21. depends on BR2_PACKAGE_OPENVPN
  22. select BR2_PACKAGE_OPENSSL
  23. help
  24. Enable TLS-based key exchange and OpenSSL crypto support.