package/logrotate: update upstream site in Config.in help
[buildroot-gz.git] / package / keepalived / Config.in
blobefa745ad9ee6122b5152222326012fac8ca66a54
1 config 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         select BR2_PACKAGE_POPT
7         help
8           The main goal of the keepalived project is to add a strong &
9           robust keepalive facility to the Linux Virtual Server
10           project. It implements a multilayer TCP/IP stack
11           checks. Keepalived implements a framework based on three
12           family checks: Layer3, Layer4 & Layer5. This framework gives
13           the daemon the ability of checking a LVS server pool
14           states. Keepalived can be sumarize as a LVS driving daemon.
16           http://www.keepalived.org/
18 comment "keepalived needs a toolchain w/ dynamic library"
19         depends on BR2_USE_MMU
20         depends on BR2_STATIC_LIBS