瀏覽代碼

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21674
Signed-off-by: Hauke Mehrtens <[email protected]>
Stefan Kalscheuer 2 周之前
父節點
當前提交
6796bace3e

+ 2 - 2
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)
 

+ 3 - 8
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 <[email protected]>
 ---
  tools/Makefile | 38 ++++++++++++++++++++++++++------------
@@ -66,7 +64,7 @@ Signed-off-by: Scott Mercer <[email protected]>
  
  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 <[email protected]>
 -		-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)