openwrtv3/package
Alexey Brodkin 51d9ac61c7 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>
2017-03-16 11:28:28 +01:00
..
base-files base-files: always set proto passed to _ucidef_set_interface() 2017-03-11 13:45:00 +01:00
boot packge/boot/rbcfg: add new boot constants found in the recent Mikrotik devices 2017-02-26 13:31:43 +01:00
devel gdb: update to version 7.12.1, fix glibc 2.25 build issues 2017-02-11 20:34:33 +01:00
firmware mac80211: add support for Marvell 802.11n/802.11ac SDIO Wireless cards 2017-03-11 14:16:28 +01:00
kernel mt76: update to the latest version, improves mt7603 support 2017-03-15 20:56:37 +01:00
libs libnl: Fix building with uClibc 2017-03-16 11:28:28 +01:00
network curl: Adjust URLs 2017-03-15 22:49:09 +01:00
system opkg: gracefully handle missing $PATH, fix build warnings 2017-03-15 01:57:19 +01:00
utils sysntpd: restore support for peer-less (standalone) mode 2017-03-15 23:05:00 +01:00
Makefile build: skip opkg host dependency within the SDK 2017-02-21 20:43:40 +01:00