mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-26 21:18:37 +00:00
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> |
||
|---|---|---|
| .. | ||
| adb-enablemodem | ||
| arptables | ||
| comgt | ||
| conntrack-tools | ||
| curl | ||
| dante | ||
| ebtables | ||
| ethtool | ||
| iftop | ||
| iperf | ||
| iperf3 | ||
| iproute2 | ||
| ipset | ||
| iptables | ||
| iputils | ||
| iw | ||
| iwcap | ||
| iwinfo | ||
| layerscape/restool | ||
| linux-atm | ||
| maccalc | ||
| nftables | ||
| owipcalc | ||
| resolveip | ||
| rssileds | ||
| tcpdump | ||
| umbim | ||
| uqmi | ||
| wireless-tools | ||
| wpan-tools | ||
| wwan | ||