openwrt/package
Trix Taiclet 4327b82a7b uboot-d1: fix build with swig 4.3.0
Swig 4.3.0 has changed SWIG_Python_AppendOutput, which now requires an
additional parameter `is_void`. SWIG_AppendOutput remains unchanged.
This was fixed upstream in u-boot/u-boot@a63456b

```
scripts/dtc/pylibfdt/libfdt_wrap.c: In function ‘_wrap_fdt_next_node’:
scripts/dtc/pylibfdt/libfdt_wrap.c:5581:17: error: too few arguments to function ‘SWIG_Python_AppendOutput’
 5581 |     resultobj = SWIG_Python_AppendOutput(resultobj, val);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
```

This is the same fix as applied in 363e07d.

Fixes: #20619
Link: #20620
Signed-off-by: Trix Taiclet <trix@c3l.lu>
Link: https://github.com/openwrt/openwrt/pull/20620
(cherry picked from commit 71b5de61ae)
Signed-off-by: Trix Taiclet <git@trix.moe>
Link: https://github.com/openwrt/openwrt/pull/21415
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-01-19 01:18:44 +01:00
..
base-files OpenWrt v24.10.5: revert to branch defaults 2025-12-18 21:39:37 +01:00
boot uboot-d1: fix build with swig 4.3.0 2026-01-19 01:18:44 +01:00
devel perf: disable slang support 2025-06-17 23:36:56 +02:00
firmware wireless-regdb: Update to version 2025.10.07 2025-12-17 22:08:20 +01:00
kernel mac80211: ath9k: Add RX inactivity detection and reset chip 2026-01-19 01:16:27 +01:00
libs mbedtls: update to 3.6.5 2025-10-18 14:25:48 +02:00
network dropbear: backport security fixes 2025-12-17 21:19:28 +01:00
system ubus: update to Git HEAD (2025-10-17) 2025-10-18 14:56:36 +02:00
utils busybox: fix login applet on selinux 2025-07-27 19:42:04 +02:00
Makefile package: rework contents of package index.json 2025-06-11 19:12:09 +02:00