[openwrt/openwrt] uboot-ath79: update to v2025.04

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 17 10:15:45 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5d26507a73b166e6a47522478455bb95bc73672b

commit 5d26507a73b166e6a47522478455bb95bc73672b
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Thu Jan 9 22:36:36 2025 +0900

    uboot-ath79: update to v2025.04
    
    Update uboot-ath79 package to v2025.04 for ath79 devices.
    
    Additionally, new "CONFIG_NO_NET" option was introduced and replaced
    disabled CONFIG_NET option ("# CONFIG_NET is not set"). So replace
    that old options in the NEC Aterm devices as well.
    
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/18475
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/boot/uboot-ath79/Makefile                                     | 4 ++--
 .../patches/400-ath79-add-support-for-NEC-AR9344-Aterm-series.patch   | 2 +-
 .../401-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 8f12505777..a69d9244b7 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:=2024.10
-PKG_HASH:=b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0
+PKG_VERSION:=2025.04
+PKG_HASH:=439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718
 
 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 5d87d22651..746dceaa54 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
@@ -245,7 +245,7 @@ Subject: [PATCH] ath79: add support for NEC AR9344 Aterm series
 +# CONFIG_ISO_PARTITION is not set
 +# CONFIG_OF_TAG_MIGRATE is not set
 +CONFIG_SYS_RELOC_GD_ENV_ADDR=y
-+# CONFIG_NET is not set
++CONFIG_NO_NET=y
 +CONFIG_CLK=y
 +# CONFIG_GPIO is not set
 +# CONFIG_I2C is not set
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 c06dae28f0..892b73027c 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
@@ -242,7 +242,7 @@ mips: ath79: cleanup defconfig for NEC QCA9558 Aterm series
 +# CONFIG_ISO_PARTITION is not set
 +# CONFIG_OF_TAG_MIGRATE is not set
 +CONFIG_SYS_RELOC_GD_ENV_ADDR=y
-+# CONFIG_NET is not set
++CONFIG_NO_NET=y
 +CONFIG_CLK=y
 +# CONFIG_GPIO is not set
 +# CONFIG_I2C is not set




More information about the lede-commits mailing list