Config.in 709 B

12345678910111213141516171819
  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. 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 summarized as a LVS driving daemon.
  14. http://www.keepalived.org/
  15. comment "keepalived needs a toolchain w/ dynamic library"
  16. depends on BR2_USE_MMU
  17. depends on BR2_STATIC_LIBS