summaryrefslogtreecommitdiffstats
path: root/rules/openfortivpn.in
blob: 602f57cb165464fdc890b45a3f4184116f5854fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## SECTION=networking

config OPENFORTIVPN
	tristate
	prompt "openfortivpn"
	select LIBC_PTHREAD
	select LIBC_UTIL
	select OPENSSL
	select PPP
	select SYSTEMD		if OPENFORTIVPN_SYSTEMD
	help
	  openfortivpn is a client for PPP+SSL VPN tunnel services.
	  It spawns a pppd process and operates the communication between
	  the gateway and this process.

	  It is compatible with Fortinet VPNs.

if OPENFORTIVPN

config OPENFORTIVPN_SYSTEMD
	bool
	default INITMETHOD_SYSTEMD

endif