From f4d7eee8e0c8b7d228726558c96b181cd84393d2 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Thu, 9 Oct 2025 22:19:20 +0900 Subject: [PATCH] uboot-ath79: update to v2025.10 Update the version of uboot-ath79 package to U-Boot v2025.10 release. Tested on: - NEC Aterm WG600HP (AR9344) - NEC Aterm WG1400HP (QCA9558) Signed-off-by: INAGAKI Hiroshi Link: https://github.com/openwrt/openwrt/pull/20358 Signed-off-by: Hauke Mehrtens --- package/boot/uboot-ath79/Makefile | 4 ++-- .../400-ath79-add-support-for-NEC-AR9344-Aterm-series.patch | 2 +- ...-mips-ath79-add-support-for-NEC-QCA9558-Aterm-series.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/boot/uboot-ath79/Makefile b/package/boot/uboot-ath79/Makefile index a69d9244b7b..04da1e0d5b1 100644 --- a/package/boot/uboot-ath79/Makefile +++ b/package/boot/uboot-ath79/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2025.04 -PKG_HASH:=439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718 +PKG_VERSION:=2025.10 +PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a UBOOT_USE_INTREE_DTC:=1 diff --git a/package/boot/uboot-ath79/patches/400-ath79-add-support-for-NEC-AR9344-Aterm-series.patch b/package/boot/uboot-ath79/patches/400-ath79-add-support-for-NEC-AR9344-Aterm-series.patch index 746dceaa54d..de810f923f2 100644 --- a/package/boot/uboot-ath79/patches/400-ath79-add-support-for-NEC-AR9344-Aterm-series.patch +++ b/package/boot/uboot-ath79/patches/400-ath79-add-support-for-NEC-AR9344-Aterm-series.patch @@ -22,7 +22,7 @@ Subject: [PATCH] ath79: add support for NEC AR9344 Aterm series --- a/arch/mips/dts/Makefile +++ b/arch/mips/dts/Makefile -@@ -24,6 +24,7 @@ dtb-$(CONFIG_BOARD_GARDENA_SMART_GATEWAY +@@ -23,6 +23,7 @@ dtb-$(CONFIG_BOARD_GARDENA_SMART_GATEWAY dtb-$(CONFIG_BOARD_LINKIT_SMART_7688) += linkit-smart-7688.dtb dtb-$(CONFIG_TARGET_OCTEON_EBB7304) += mrvl,octeon-ebb7304.dtb dtb-$(CONFIG_TARGET_OCTEON_NIC23) += mrvl,octeon-nic23.dtb diff --git a/package/boot/uboot-ath79/patches/401-mips-ath79-add-support-for-NEC-QCA9558-Aterm-series.patch b/package/boot/uboot-ath79/patches/401-mips-ath79-add-support-for-NEC-QCA9558-Aterm-series.patch index 892b73027c5..b6dbc01bf77 100644 --- a/package/boot/uboot-ath79/patches/401-mips-ath79-add-support-for-NEC-QCA9558-Aterm-series.patch +++ b/package/boot/uboot-ath79/patches/401-mips-ath79-add-support-for-NEC-QCA9558-Aterm-series.patch @@ -23,7 +23,7 @@ mips: ath79: cleanup defconfig for NEC QCA9558 Aterm series --- a/arch/mips/dts/Makefile +++ b/arch/mips/dts/Makefile -@@ -25,6 +25,7 @@ dtb-$(CONFIG_BOARD_LINKIT_SMART_7688) += +@@ -24,6 +24,7 @@ dtb-$(CONFIG_BOARD_LINKIT_SMART_7688) += dtb-$(CONFIG_TARGET_OCTEON_EBB7304) += mrvl,octeon-ebb7304.dtb dtb-$(CONFIG_TARGET_OCTEON_NIC23) += mrvl,octeon-nic23.dtb dtb-$(CONFIG_BOARD_NEC_AR9344_ATERM) += nec,ar9344-aterm.dtb -- 2.47.3