1*4882a593Smuzhiyunconfig BR2_PACKAGE_HAPROXY_ARCH_SUPPORTS 2*4882a593Smuzhiyun bool 3*4882a593Smuzhiyun default y 4*4882a593Smuzhiyun # src/proto_http.c:6330:1: internal compiler error: Segmentation fault 5*4882a593Smuzhiyun depends on !BR2_nios2 6*4882a593Smuzhiyun # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 7*4882a593Smuzhiyun depends on !(BR2_sh4 && !BR2_TOOLCHAIN_GCC_AT_LEAST_7) 8*4882a593Smuzhiyun 9*4882a593Smuzhiyunconfig BR2_PACKAGE_HAPROXY 10*4882a593Smuzhiyun bool "haproxy" 11*4882a593Smuzhiyun depends on BR2_PACKAGE_HAPROXY_ARCH_SUPPORTS 12*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 13*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4 14*4882a593Smuzhiyun help 15*4882a593Smuzhiyun HAProxy is a free, very fast and reliable solution offering 16*4882a593Smuzhiyun high availability, load balancing, and proxying for TCP and 17*4882a593Smuzhiyun HTTP-based applications. 18*4882a593Smuzhiyun 19*4882a593Smuzhiyun http://www.haproxy.org 20