diff options
| author | Tomasz Maciej Nowak | 2025-06-18 16:59:30 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-12 22:48:45 +0000 |
| commit | 92cd360aacd697f81f649ef78a7a5bb0d007f84a (patch) | |
| tree | a05f203ae9241baa9349805fadffbe11d8b3cd15 | |
| parent | b8dea6056d32431f21096760df71a6d98441945a (diff) | |
| download | openwrt-92cd360aacd697f81f649ef78a7a5bb0d007f84a.tar.gz | |
uboot-tegra: bump version to 2025.04
Fixes build issue when faced with Swig>=4.3.x
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250618170045.473711-3-tmn505@terefe.re/
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-tegra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile index a90008bbd1..4d47a764fb 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 <tmn505@gmail.com> |