From: Shiji Yang Date: Wed, 3 Jun 2026 00:40:58 +0000 (+0800) Subject: uboot-imx: do not build efimkcapsule tool X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23635%2Fhead;p=thirdparty%2Fopenwrt.git uboot-imx: do not build efimkcapsule tool This tool requires gnutls. In fact, we do not have to build it. Fix build error: tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~~ Fixes: 158651a6d742 ("uboot-imx: bump to 2026.04 release") Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/23635 Signed-off-by: Jonas Jelonek --- diff --git a/package/boot/uboot-imx/Makefile b/package/boot/uboot-imx/Makefile index 72dfe50358a..f65d454b765 100644 --- a/package/boot/uboot-imx/Makefile +++ b/package/boot/uboot-imx/Makefile @@ -59,6 +59,9 @@ define U-Boot/wandboard BUILD_DEVICES:=wandboard_dual endef +UBOOT_CUSTOMIZE_CONFIG := \ + --disable TOOLS_MKEFICAPSULE + UBOOT_TARGETS := \ apalis_imx6 \ kontron-osm-s-mx8mp \