openwrt/package
Josef Schlehofer 9c7472950b 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>
2022-10-02 20:22:54 +02:00
..
base-files base-files: Actually set default name 2022-09-22 21:37:45 +02:00
boot uboot-mvebu: backport patch to fix compilation on non glibc system 2022-10-02 20:22:54 +02:00
devel trace-cmd: update to v3.1.3 2022-10-02 20:22:54 +02:00
firmware ipq40xx: Add ZTE MF289F 2022-09-24 23:53:53 +02:00
kernel mt76: update to the latest version 2022-10-01 17:22:26 +02:00
libs libtracefs: update to 1.5.0 2022-10-02 20:22:54 +02:00
network qos-scripts: fix trailing whitespace in config files 2022-09-27 17:16:46 +02:00
system rpcd: update to latest Git HEAD 2022-09-16 15:15:20 +02:00
utils ucode: update to latest Git HEAD 2022-09-16 15:15:20 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00