From a475171e07c3eae99a4621762192e3f44622b6c7 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Mon, 14 Oct 2024 00:31:43 +0900 Subject: [PATCH] uboot-ath79: update to U-Boot v2024.10 Update uboot-ath79 package to U-Boot v2024.10. Signed-off-by: INAGAKI Hiroshi Link: https://github.com/openwrt/openwrt/pull/16703 Signed-off-by: Hauke Mehrtens --- package/boot/uboot-ath79/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-ath79/Makefile b/package/boot/uboot-ath79/Makefile index d19f561576..9e64f680b7 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.07 -PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f +PKG_VERSION:=2024.10 +PKG_HASH:=b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 UBOOT_USE_INTREE_DTC:=1 -- 2.30.2