2
1

Config.in 572 B

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