summaryrefslogtreecommitdiffstats
path: root/package/keepalived/keepalived.mk
Commit message (Collapse)AuthorAgeFilesLines
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* keepalived: bump to version 1.3.5Baruch Siach2017-03-201-3/+4
| | | | | | | | The configure script now supports --{enable,disable}-libnl, use them. Cc: Ilias Apalodimas <apalos@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* keepalived: fix libnl optional dependencyBaruch Siach2017-03-201-2/+2
| | | | | | | | | List libnl as a dependency when it is enabled. Make sure that libnfnetlink is actually enabled when listing it as a dependency. Cc: Ilias Apalodimas <apalos@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* keepalived: fix build with muslBaruch Siach2017-03-141-0/+2
| | | | | | | | | | | | | | | Apply upstream patch ("keepalived/ip_vs: fix integer types") removing non standard integer types that musl does not provide. Fixes: http://autobuild.buildroot.net/results/503/5038874be985ad2b6588150071ced0d6589af601/ http://autobuild.buildroot.net/results/6e9/6e9f5885de99847a24cc1c3a17adf0cd1606b316/ http://autobuild.buildroot.net/results/b61/b61c2cfa949c2a20f0702522857d78651207e6d2/ Cc: Ilias Apalodimas <apalos@gmail.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* keepalived: new packageIlias Apalodimas2017-02-201-0/+32
Signed-off-by: Ilias Apalodimas <apalos@gmail.com> [Thomas: - rewrap Config.in help text - add dependency on !BR2_STATIC_LIBS since the code uses libdl.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud