From 92cd360aacd697f81f649ef78a7a5bb0d007f84a Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Wed, 18 Jun 2025 18:59:30 +0200 Subject: [PATCH] uboot-tegra: bump version to 2025.04 Fixes build issue when faced with Swig>=4.3.x Signed-off-by: Tomasz Maciej Nowak Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250618170045.473711-3-tmn505@terefe.re/ Signed-off-by: Hauke Mehrtens --- 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 a90008bbd1d..4d47a764fb6 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