buildroot/package/keepalived/Config.in
Peter Korsgaard c21f235838 package/keepalived: fix summarize typo in help text
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-09-14 10:19:10 +02:00

20 lines
709 B
Plaintext

config BR2_PACKAGE_KEEPALIVED
bool "keepalived"
depends on BR2_USE_MMU
depends on !BR2_STATIC_LIBS # uses libdl
select BR2_PACKAGE_OPENSSL
help
The main goal of the keepalived project is to add a strong &
robust keepalive facility to the Linux Virtual Server
project. It implements a multilayer TCP/IP stack
checks. Keepalived implements a framework based on three
family checks: Layer3, Layer4 & Layer5. This framework gives
the daemon the ability of checking a LVS server pool
states. Keepalived can be summarized as a LVS driving daemon.
http://www.keepalived.org/
comment "keepalived needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS