diff options
| author | Stefan Kalscheuer | 2025-08-01 12:57:27 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-08-01 21:47:33 +0000 |
| commit | 3544a067666aed34a24894026166a283176c5a49 (patch) | |
| tree | 87a7d1d0783fe6bfb198d46e1bc421fd79c744e3 | |
| parent | 682de550a0e7592842dbc941f962e002b0218847 (diff) | |
| download | openwrt-3544a067666aed34a24894026166a283176c5a49.tar.gz | |
uboot-mvebu: update to version 2025.07
Update package to the latest stable version.
All patches automatically refreshed.
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/19621
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | package/boot/uboot-mvebu/Makefile | 4 | ||||
| -rw-r--r-- | package/boot/uboot-mvebu/patches/102-arm-mvebu-add-support-for-MikroTik-RB5009UG-S-IN.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index c0357de0d6..561963fbe7 100644 --- a/package/boot/uboot-mvebu/Makefile +++ b/package/boot/uboot-mvebu/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2025.04 +PKG_VERSION:=2025.07 PKG_RELEASE:=1 -PKG_HASH:=439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718 +PKG_HASH:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk diff --git a/package/boot/uboot-mvebu/patches/102-arm-mvebu-add-support-for-MikroTik-RB5009UG-S-IN.patch b/package/boot/uboot-mvebu/patches/102-arm-mvebu-add-support-for-MikroTik-RB5009UG-S-IN.patch index 950e935755..b9c56c7841 100644 --- a/package/boot/uboot-mvebu/patches/102-arm-mvebu-add-support-for-MikroTik-RB5009UG-S-IN.patch +++ b/package/boot/uboot-mvebu/patches/102-arm-mvebu-add-support-for-MikroTik-RB5009UG-S-IN.patch @@ -31,7 +31,7 @@ Signed-off-by: Robert Marko <robimarko@gmail.com> --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile -@@ -165,6 +165,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += \ +@@ -172,6 +172,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += \ armada-3720-uDPU.dtb \ armada-7040-db-nand.dtb \ armada-7040-db.dtb \ |