diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-09-14 15:19:56 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-03 19:51:50 +0200 |
commit | 1ff2993edb89b616f1fc7847fe40195ece1a1974 (patch) | |
tree | 19cf8e3062f2b3792f607935f687d3eff5f85d4e /scripts/strip-kmod.sh | |
parent | d30ddfbac4568de2abb847b029d4b76f035932e5 (diff) | |
download | upstream-1ff2993edb89b616f1fc7847fe40195ece1a1974.tar.gz upstream-1ff2993edb89b616f1fc7847fe40195ece1a1974.tar.bz2 upstream-1ff2993edb89b616f1fc7847fe40195ece1a1974.zip |
uboot-mvebu: backport patch to fix compilation on non glibc system
This issue was reported by @paper42, who is using Void Linux with musl
to compile OpenWrt and its packages and found out it is not possible to
compile U-boot for Turris Omnia (neither any other).
It fixes following output:
```
HOSTCC tools/kwboot
tools/kwboot.c: In function 'kwboot_tty_change_baudrate':
tools/kwboot.c:662:6: error: 'struct termios' has no member named 'c_ospeed'
662 | tio.c_ospeed = tio.c_ispeed = baudrate;
| ^
tools/kwboot.c:662:21: error: 'struct termios' has no member named 'c_ispeed'
662 | tio.c_ospeed = tio.c_ispeed = baudrate;
| ^
tools/kwboot.c:690:31: error: 'struct termios' has no member named 'c_ospeed'
690 | if (!_is_within_tolerance(tio.c_ospeed, baudrate, 3))
| ^
tools/kwboot.c:693:31: error: 'struct termios' has no member named 'c_ispeed'
693 | if (!_is_within_tolerance(tio.c_ispeed, baudrate, 3))
|
```
Tested-by: Michal Vasilek <michal.vasilek@nic.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 9c7472950b01c5b3a461f4e29b3b62bac9e35b46)
Diffstat (limited to 'scripts/strip-kmod.sh')
0 files changed, 0 insertions, 0 deletions