diff options
| author | Thomas Richard | 2025-04-28 12:48:27 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-05-03 18:01:43 +0000 |
| commit | 09889831d4a71ce55e442c55f75405dc09c8cb7b (patch) | |
| tree | 3bfe369a60ec90a61ca94f01ec50bd0eff92ec7f | |
| parent | fbcd547a444e76e904711cab58021dbe01620164 (diff) | |
| download | openwrt-09889831d4a71ce55e442c55f75405dc09c8cb7b.tar.gz | |
uboot-stm32: bump to 2025.04
Bump uboot-stm32 to upstream release 2025.04.
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/18628
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-stm32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-stm32/Makefile b/package/boot/uboot-stm32/Makefile index f6f458f5c7..8803504095 100644 --- a/package/boot/uboot-stm32/Makefile +++ b/package/boot/uboot-stm32/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=2024.10 +PKG_VERSION:=2025.04 PKG_RELEASE:=1 -PKG_HASH:=b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 +PKG_HASH:=439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718 PKG_MAINTAINER:=Thomas Richard <thomas.richard@bootlin.com> UBOOT_USE_INTREE_DTC:=1 |