[openwrt/openwrt] uboot-tools: update to version 2026.01
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 26 16:30:40 PST 2026
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6796bace3ea49e53a0e7d8f1b22661db5dfadf38
commit 6796bace3ea49e53a0e7d8f1b22661db5dfadf38
Author: Stefan Kalscheuer <stefan at stklcode.de>
AuthorDate: Sat Jan 24 09:38:13 2026 +0100
uboot-tools: update to version 2026.01
Update package to the latest stable version.
Patches manually refreshed:
* 003-tools-dumpimage-fix-tools-compile.patch
Signed-off-by: Stefan Kalscheuer <stefan at stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/21674
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/uboot-tools/Makefile | 4 ++--
.../patches/003-tools-dumpimage-fix-tools-compile.patch | 11 +++--------
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/package/boot/uboot-tools/Makefile b/package/boot/uboot-tools/Makefile
index a5c35e4dee..3f044e175d 100644
--- a/package/boot/uboot-tools/Makefile
+++ b/package/boot/uboot-tools/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_DISTNAME:=u-boot
-PKG_VERSION:=2025.10
+PKG_VERSION:=2026.01
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
@@ -10,7 +10,7 @@ PKG_SOURCE_URL:= \
https://mirror.cyberbits.eu/u-boot \
ftp://ftp.denx.de/pub/u-boot
PKG_URL:=https://docs.u-boot.org/en/latest/
-PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a
+PKG_HASH:=b60d5865cefdbc75da8da4156c56c458e00de75a49b80c1a2e58a96e30ad0d54
PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
diff --git a/package/boot/uboot-tools/patches/003-tools-dumpimage-fix-tools-compile.patch b/package/boot/uboot-tools/patches/003-tools-dumpimage-fix-tools-compile.patch
index 9e7e749fab..56f14d3cba 100644
--- a/package/boot/uboot-tools/patches/003-tools-dumpimage-fix-tools-compile.patch
+++ b/package/boot/uboot-tools/patches/003-tools-dumpimage-fix-tools-compile.patch
@@ -10,8 +10,6 @@ This patch is to fix compilation for uboot-tool V2025.01 in openwrt.
* remove mkeficapsule from build to avoid gnulib dependencies
-* disable bmp_logo from build to allow compilation
-
Signed-off-by: Scott Mercer <TheRootEd24 at gmail.com>
---
tools/Makefile | 38 ++++++++++++++++++++++++++------------
@@ -66,7 +64,7 @@ Signed-off-by: Scott Mercer <TheRootEd24 at gmail.com>
mkfwumdata-objs := mkfwumdata.o generated/lib/crc32.o
HOSTLDLIBS_mkfwumdata += -luuid
-@@ -330,10 +345,9 @@ HOST_EXTRACFLAGS += -include $(srctree)/
+@@ -330,8 +345,7 @@ HOST_EXTRACFLAGS += -include $(srctree)/
-I$(srctree)/scripts/dtc/libfdt \
-I$(srctree)/tools \
-DUSE_HOSTCC \
@@ -74,8 +72,5 @@ Signed-off-by: Scott Mercer <TheRootEd24 at gmail.com>
- -D_GNU_SOURCE
+ -D__KERNEL_STRICT_NAMES
--__build: $(LOGO-y)
-+__build: $(LOGO-n)
-
- $(LOGO_H): $(obj)/bmp_logo $(LOGO_BMP)
- $(obj)/bmp_logo --gen-info $(LOGO_BMP) > $@
+ ifeq ($(CROSS_BUILD_TOOLS),)
+ __build: $(LOGO-y)
More information about the lede-commits
mailing list