aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libnl/patches
Commit message (Collapse)AuthorAgeFilesLines
* libnl: update to 3.5.0DENG Qingfang2019-11-012-207/+0
| | | | | | Update libnl to 3.5.0 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* libnl: bump to 3.4.0Konstantin Demin2018-07-073-27/+11
| | | | | | refresh patches Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
* libs/libnl: Update to 3.3.0Daniel Engberg2017-10-154-105/+248
| | | | | | | | | | Update libnl to 3.3.0 Import patches to fix compilation Source: https://git.busybox.net/buildroot/tree/package/libnl Source: https://gitweb.gentoo.org/proj/musl.git/diff/dev-libs/libnl/files/libnl-3.3.0_rc1-musl.patch?id=48d2a287 Use more automatic toolchain logic Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libnl: Fix building with uClibcAlexey Brodkin2017-03-161-0/+105
| | | | | | | | | | | | | | | | | | | | uClibc doesn't implement strerror_l() and thus libnl starting from 3.2.29 couldn't be compiled with it any longer, see https://github.com/thom311/libnl/commit/6c2d111177e91184073c44f83d4a6182aaba06d7 To work-around that problem we'll just do a check on strerror_l() availability during configuration and if it's not there just fall back to locale-less strerror(). Patch for libnl is alreadfy merged upstream, see https://github.com/thom311/libnl/commit/e15966ac7f3b43df2acf869f98089762807d0568 and once the next libnl release happens this one must be removed from Lede/OpenWrt. Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com> Cc: Felix Fietkau <nbd@nbd.name> Cc: John Crispin <john@phrozen.org> Cc: Daniel Engberg <daniel.engberg.lists@pyret.net>
* package/libs/libnl: Update to 3.2.28Daniel Engberg2016-10-151-13/+0
| | | | | | | Update to 3.2.28 Remove patch as its in upstream Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libnl: fix warning with poll.h include on muslJohn Crispin2015-12-231-0/+13
| | | | | | | | | | | | Warning is: #warning redirecting incorrect #include <sys/poll.h> to <poll. Not a big issue. But it can be annoying when building with -Werror set. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 48004
* libnl: update to 3.2.21Jonas Gorski2013-04-232-46/+0
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36394
* move library packages to package/libs/Felix Fietkau2012-10-082-0/+46
SVN-Revision: 33657