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