summaryrefslogtreecommitdiffstats
path: root/rules/openfortivpn.in
blob: e18643322982cf9f8eebedd46a8a53e83d05c25c (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

menuconfig 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