Config.in 489 B

1234567891011121314
  1. config BR2_PACKAGE_OPENVPN
  2. bool "openvpn"
  3. default n
  4. select BR2_PACKAGE_LZO
  5. select BR2_PACKAGE_OPENSSL
  6. help
  7. OpenVPN is a full-featured SSL VPN solution which can
  8. accomodate a wide range of configurations, including road
  9. warrior access, home/office/campus telecommuting, WiFi
  10. security, secure branch office linking, and enterprise-scale
  11. remote access solutions with load balancing, failover, and
  12. fine-grained access-controls.
  13. http://openvpn.sourceforge.net/