source: freewrt/package/openvpn/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was 9d40c28, checked in by Markus Wigge <markus@…>, 19 years ago

removed 'on'

git-svn-id: svn://www.freewrt.org/trunk/freewrt@659 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.9 KB
Line 
1
2config FWRT_PACKAGE_OPENVPN
3 prompt "openvpn........................... Open source VPN solution using SSL"
4 tristate
5 default m if CONFIG_DEVEL
6 select FWRT_PACKAGE_KMOD_TUN
7 help
8 Open Source VPN solution using SSL
9
10 http://openvpn.net/
11
12 Depends: kmod-tun, libpthread
13
14config FWRT_COMPILE_OPENVPN_WITH_SERVER
15 prompt "server support.................. enable to use OpenVPN as server"
16 bool
17 default y
18 depends FWRT_PACKAGE_OPENVPN
19
20config FWRT_COMPILE_OPENVPN_WITH_HTTP
21 prompt "enable http proxy support....... allow tunneling through http-proxy"
22 bool
23 default y
24 depends FWRT_PACKAGE_OPENVPN
25
26config FWRT_COMPILE_OPENVPN_WITH_OPENSSL
27 prompt "enable openssl.................. encryption support"
28 bool
29 default y
30 depends FWRT_PACKAGE_OPENVPN
31 select FWRT_PACKAGE_LIBOPENSSL
32 help
33 if unsure say "y" you really want that!
34
35config FWRT_COMPILE_OPENVPN_WITH_LZO
36 prompt "enable lzo...................... Enable transparent compression"
37 bool
38 default y
39 depends FWRT_PACKAGE_OPENVPN
40 select FWRT_PACKAGE_LIBLZO
41
42config FWRT_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
43 prompt "Enable password saving.......... allow to read passwords for PKCS12 from file"
44 bool
45 default y
46 depends FWRT_PACKAGE_OPENVPN
47
48config FWRT_COMPILE_OPENVPN_WITH_SMALL
49 prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list"
50 bool
51 default n
52 depends FWRT_PACKAGE_OPENVPN
53
54config FWRT_PACKAGE_OPENVPN_EASY_RSA
55 prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
56 tristate
57 default n
58 select FWRT_PACKAGE_OPENSSL_UTIL
59 depends FWRT_PACKAGE_OPENVPN
60 help
61 collection of shell scripts to manage a simple CA infrastructure
62
63 Depends: openpvn, openssl-util
64
65config FWRT_PACKAGE_OPENVPN_WEBIF
66 prompt "OpenVPN webif................... a webif addon for OpenVPN"
67 tristate
68 default n
69 depends FWRT_PACKAGE_OPENVPN
70 select FWRT_PACKAGE_WEBIF
71
Note: See TracBrowser for help on using the repository browser.