openwrt/package
Josef Schlehofer 1ff2993edb 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 9c7472950b)
2022-10-03 19:51:50 +02:00
..
base-files OpenWrt v22.03.0: revert to branch defaults 2022-09-03 18:49:08 +02:00
boot uboot-mvebu: backport patch to fix compilation on non glibc system 2022-10-03 19:51:50 +02:00
devel strace: Update to version 5.16 2022-02-01 21:25:02 +01:00
firmware firmware: intel-microcode: update to 20220809 2022-10-03 19:51:50 +02:00
kernel build: fix issues with targets installed via feeds 2022-09-27 13:45:03 +02:00
libs mbedtls: update to version 2.28.1 2022-08-28 12:46:44 +02:00
network hostapd: rename hostapd multicast_to_unicast option to multicast_to_unicast_all 2022-09-06 12:18:52 +02:00
system rpcd: bump version to 2022-08-24 2022-08-25 11:05:20 +02:00
utils ucode: update to latest Git HEAD 2022-08-31 23:06:01 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00