[openwrt/openwrt] uboot-mvebu: update to version 2025.10
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 11 12:52:37 PDT 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8c952afd914c4324ba27824810a23301afea5935
commit 8c952afd914c4324ba27824810a23301afea5935
Author: Stefan Kalscheuer <stefan at stklcode.de>
AuthorDate: Sat Oct 11 11:45:34 2025 +0200
uboot-mvebu: update to version 2025.10
Update package to the latest stable version.
All patches automatically refreshed.
Signed-off-by: Stefan Kalscheuer <stefan at stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/20380
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/boot/uboot-mvebu/Makefile | 4 ++--
.../uboot-mvebu/patches/101-net-mvpp2-fix-10GBase-R-support.patch | 4 ++--
.../102-arm-mvebu-add-support-for-MikroTik-RB5009UG-S-IN.patch | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 561963fbe7..f3009d0e7c 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.07
+PKG_VERSION:=2025.10
PKG_RELEASE:=1
-PKG_HASH:=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7
+PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a
include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk
diff --git a/package/boot/uboot-mvebu/patches/101-net-mvpp2-fix-10GBase-R-support.patch b/package/boot/uboot-mvebu/patches/101-net-mvpp2-fix-10GBase-R-support.patch
index 57cae28f36..35403874df 100644
--- a/package/boot/uboot-mvebu/patches/101-net-mvpp2-fix-10GBase-R-support.patch
+++ b/package/boot/uboot-mvebu/patches/101-net-mvpp2-fix-10GBase-R-support.patch
@@ -18,7 +18,7 @@ Signed-off-by: Robert Marko <robimarko at gmail.com>
--- a/drivers/net/mvpp2.c
+++ b/drivers/net/mvpp2.c
-@@ -3254,6 +3254,76 @@ static int gop_gpcs_reset(struct mvpp2_p
+@@ -3253,6 +3253,76 @@ static int gop_gpcs_reset(struct mvpp2_p
return 0;
}
@@ -95,7 +95,7 @@ Signed-off-by: Robert Marko <robimarko at gmail.com>
static int gop_mpcs_mode(struct mvpp2_port *port)
{
u32 val;
-@@ -3396,7 +3466,10 @@ static int gop_port_init(struct mvpp2_po
+@@ -3395,7 +3465,10 @@ static int gop_port_init(struct mvpp2_po
num_of_act_lanes = 2;
mac_num = 0;
/* configure PCS */
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 b9c56c7841..a1465e7679 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 at gmail.com>
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
-@@ -172,6 +172,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += \
+@@ -177,6 +177,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += \
armada-3720-uDPU.dtb \
armada-7040-db-nand.dtb \
armada-7040-db.dtb \
More information about the lede-commits
mailing list