diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-09-21 22:56:19 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-09-27 21:40:34 +0200 |
commit | 169fc99ef2eceecd4953984f9bb8020c968caed6 (patch) | |
tree | dbc2b345020c374b6e3bb19fe4b1d00e6640cfcf /package/haproxy/Config.in | |
parent | 061784404faaffb7b72fdbe2c28346fc4498d23f (diff) | |
download | buildroot-169fc99ef2eceecd4953984f9bb8020c968caed6.tar.gz buildroot-169fc99ef2eceecd4953984f9bb8020c968caed6.zip |
haproxy: new package
HAProxy is a free, very fast and reliable solution offering
high availability, load balancing, and proxying for TCP and
HTTP-based applications.
http://www.haproxy.org
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/haproxy/Config.in')
-rw-r--r-- | package/haproxy/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/haproxy/Config.in b/package/haproxy/Config.in new file mode 100644 index 0000000000..cbcbc0c388 --- /dev/null +++ b/package/haproxy/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_HAPROXY + bool "haproxy" + depends on BR2_USE_MMU # fork() + depends on BR2_TOOLCHAIN_HAS_SYNC_4 # __sync_*_4 intrisics + help + HAProxy is a free, very fast and reliable solution offering + high availability, load balancing, and proxying for TCP and + HTTP-based applications. + + http://www.haproxy.org |