openwrtv3/package/network
Yangbo Lu db30adc931 layerscape: fix get_device_file() function of restool
The restool failed to work with current gcc-7.3.0-musl.
This patch is to add a restool fix-up patch to fix
multiple problems encountered in the get_device_file()
function:
 - The deprecated atoi() function is replaced by strtoul
 - An invalid memory access was being performed by using
 memory from dir->d_name even after closedir(). This is
 fixed by a strdup() on the device filename.
 - Also, error prints now print any relevant error code.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
2018-09-22 21:20:58 +02:00
..
config netifd: update to latest git HEAD 2018-09-19 10:09:25 +02:00
ipv6 map: drop default encaplimit value 2018-09-19 09:42:45 +02:00
services dnsmasq: Change behavior when RD bit unset in queries. 2018-09-21 09:59:03 +01:00
utils layerscape: fix get_device_file() function of restool 2018-09-22 21:20:58 +02:00