openwrt/package
Jo-Philipp Wich 3d3d03479d ucode: add temporary fix for integer formatting on 32bit systems
The ucode VM always passes 64bit integer values to sprintf implementation
while the `%d` format expects 32bit integers on 32bit platforms, leading
to incorrect formatting results.

Temporarily solve the issue by casting the numeric argument to int until
a more thorough fix arrives with the next update.

Fixes: FS#4234
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-01-23 00:57:58 +01:00
..
base-files base-files: upgrade: fix efi partitions size calculation 2021-12-27 13:51:41 +01:00
boot ath79: Add support for OpenMesh OM2P v1 2022-01-16 21:42:19 +01:00
devel binutils: fix compiling with arch-based distros 2022-01-02 20:33:28 +01:00
firmware ipq40xx: add support for ASUS RT-ACRH17/RT-AC42U 2022-01-15 17:21:01 +01:00
kernel ltq-vdsl-mei: Remove static linking 2022-01-21 23:09:24 +01:00
libs ustream-ssl: update to Git version 2022-01-16 2022-01-16 21:51:21 +01:00
network ipip: add 'nohostroute' option 2022-01-19 20:57:59 +01:00
system procd: update to git HEAD 2022-01-12 19:17:21 +00:00
utils ucode: add temporary fix for integer formatting on 32bit systems 2022-01-23 00:57:58 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00