summaryrefslogtreecommitdiffstats
path: root/rules/haproxy.in
blob: 5061c43329ad2ecef208469369f7de4ff678063b (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
26
## SECTION=networking

menuconfig HAPROXY
	tristate
	prompt "haproxy                       "
	select LIBC_CRYPT
	select LIBC_DL
	select LIBC_PTHREAD
	select LIBC_RT
	select OPENSSL
	select SYSTEMD		if INITMETHOD_SYSTEMD
	select ZLIB
	help
	  Reliable, High Performance TCP/HTTP Load Balancer

if HAPROXY

config HAPROXY_OPENSSL
	bool
	prompt "enable OpenSSL support"

config HAPROXY_SYSTEMD_UNIT
	bool
	prompt "install systemd service files"

endif