From: Tomasz Maciej Nowak Date: Wed, 18 Jun 2025 16:59:30 +0000 (+0200) Subject: uboot-tegra: bump version to 2025.04 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92cd360aacd697f81f649ef78a7a5bb0d007f84a;p=thirdparty%2Fopenwrt.git 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 --- 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