• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/openvpn/Config.in
Thomas De SchampheleireThomas De Schampheleire committed c4c55206fbf25 Dec 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "openvpn needs a toolchain w/ IPv6"
2
    depends on BR2_USE_MMU
3
    depends on !BR2_INET_IPV6
4
​
5
config BR2_PACKAGE_OPENVPN
6
    bool "openvpn"
7
    depends on BR2_INET_IPV6
8
    depends on BR2_USE_MMU # fork()
9
    help
10
      OpenVPN is a full-featured SSL VPN solution which can
11
      accomodate a wide range of configurations, including road
12
      warrior access, home/office/campus telecommuting, WiFi
13
      security, secure branch office linking, and enterprise-scale
14
      remote access solutions with load balancing, failover, and
15
      fine-grained access-controls.
16
​
17
      http://openvpn.net/
18
​
19
if BR2_PACKAGE_OPENVPN
20
​
21
config BR2_PACKAGE_OPENVPN_LZO
22
    bool "LZO compression"
23
    default y
24
    select BR2_PACKAGE_LZO
25
    help
26
      Enable LZO compression.
27
​
28
config BR2_PACKAGE_OPENVPN_SMALL
29
    bool "Optimize for small size"
30
    help
31
      Make OpenVPN as small as possible.
32
      You loose eurephia, debugging info, help messages and more.
33
      It saves around 100 KiB in binary file size.
34
​
35
choice
36
    prompt "Crypto backend"
37
    default BR2_PACKAGE_OPENVPN_CRYPTO_OPENSSL
38
    help
39
      Select the cryptographic library to use.
40
​
41
    config BR2_PACKAGE_OPENVPN_CRYPTO_OPENSSL
42
    bool "OpenSSL"
43
    select BR2_PACKAGE_OPENSSL
44
    help
45
      Enable TLS-based key exchange and OpenSSL crypto support.
46
​
47
    config BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL
48
    bool "PolarSSL"
49
    select BR2_PACKAGE_POLARSSL
50
    help
51
      Enable TLS-based key exchange and PolarSSL crypto support.
52
​
53
endchoice
54
​
55
endif
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.