xref: /OK3568_Linux_fs/buildroot/package/keepalived/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KEEPALIVED
2*4882a593Smuzhiyun	bool "keepalived"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # uses libdl
5*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  The main goal of the keepalived project is to add a strong &
8*4882a593Smuzhiyun	  robust keepalive facility to the Linux Virtual Server
9*4882a593Smuzhiyun	  project. It implements a multilayer TCP/IP stack
10*4882a593Smuzhiyun	  checks. Keepalived implements a framework based on three
11*4882a593Smuzhiyun	  family checks: Layer3, Layer4 & Layer5. This framework gives
12*4882a593Smuzhiyun	  the daemon the ability of checking a LVS server pool
13*4882a593Smuzhiyun	  states. Keepalived can be sumarize as a LVS driving daemon.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  http://www.keepalived.org/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "keepalived needs a toolchain w/ dynamic library"
18*4882a593Smuzhiyun	depends on BR2_USE_MMU
19*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
20