openwrt/package
Alexey Brodkin 37aae44a47 libnl: Fix building with uClibc
uClibc doesn't implement strerror_l() and thus libnl starting from
3.2.29 couldn't be compiled with it any longer, see
6c2d111177

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
e15966ac7f
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>
(cherry picked from commit 51d9ac61c7)
2017-12-13 14:45:00 +01:00
..
base-files base-files: add submission service port 2017-12-13 14:39:51 +01:00
boot uboot-envtools: add support for ALFA Network AP121F 2017-07-23 00:26:51 +02:00
devel binutils: fix build with host gcc < 4.9 2017-05-24 18:05:18 +02:00
firmware ath10k-firmware: do not select the qca988x by default 2017-05-27 14:22:16 +02:00
kernel mt76: update to the latest version 2017-12-04 10:52:52 +01:00
libs libnl: Fix building with uClibc 2017-12-13 14:45:00 +01:00
network iwcap: fix handling kill signal during dump 2017-12-13 14:44:05 +01:00
system procd.sh: use parameterized respawn values 2017-12-13 14:39:02 +01:00
utils adb: Also pass TARGET_CPPFLAGS 2017-12-13 14:37:28 +01:00
Makefile build: fix triggering opkg/host compilation 2017-04-09 15:42:20 +02:00