openwrt-mirror/package
Sergey V. Lobanov e6a4f30ed7 iucode-tool: fix host-compile on macos and non-x86 linux
iucode-tool/host is used by intel-microcode to manipulate with
microcode.bin file. iucode-tool requires cpuid.h at compile time
for autodection feature, but non-x86 build hosts does not have
this header file (e.g. ubuntu 20.04 aarch64) or this header
generates compile time error (#error macro) (e.g. macos arm64).

This patch provides compat cpuid.h to build iucode-tool/host on
non-x86 linux hosts and macos. CPU autodectection is not required
for intel-microcode package build so compat cpuid.h is ok for
OpenWrt purposes.

glibc and argp lib are not present in macos so iucode-tool/host
build fails. This patch adds argp-standalone/host as build
dependency if host os is macos.

Generated ucode (intel-microcode package) is exactly the same on
Linux x86_64 (Ubuntu 20.04), Linux aarch64 (Ubuntu 20.04) and
Darwin arm64 (MacOS 11.6) build hosts.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-02-26 19:52:41 +01:00
..
base-files base-file: remove password aging feature form /etc/shadow 2022-02-24 18:10:30 +01:00
boot ath79: support ZTE MF286A/R 2022-02-26 17:46:10 +01:00
devel strace: Update to version 5.16 2022-02-01 21:25:02 +01:00
firmware wireless-regdb: update to version 2022.02.18 2022-02-20 13:47:57 +09:00
kernel mac80211: add #if guards against 5.4 compile failures 2022-02-25 17:27:28 +01:00
libs argp-standalone: add host-compile ability 2022-02-26 19:52:41 +01:00
network hostapd: SAE - Enable hunting-and-pecking and H2E 2022-02-24 18:04:05 +01:00
system iucode-tool: fix host-compile on macos and non-x86 linux 2022-02-26 19:52:41 +01:00
utils usbmode: update to version 2022-02-24 2022-02-26 13:36:30 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00