From: Tomasz Maciej Nowak <[email protected]> Fixes build issue when faced with Swig>=4.3.x
Signed-off-by: Tomasz Maciej Nowak <[email protected]> --- package/boot/uboot-tegra/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile index a90008bbd1d3..4d47a764fb6b 100644 --- a/package/boot/uboot-tegra/Makefile +++ b/package/boot/uboot-tegra/Makefile @@ -6,10 +6,10 @@ # include $(TOPDIR)/rules.mk -PKG_VERSION := 2024.04 +PKG_VERSION := 2025.04 PKG_RELEASE:=1 -PKG_HASH := 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a +PKG_HASH := 439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718 PKG_MAINTAINER := Tomasz Maciej Nowak <[email protected]> -- 2.50.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
