From: Shiji Yang Date: Fri, 22 Aug 2025 01:06:43 +0000 (+0800) Subject: uboot-layerscape: do not build efimkcapsule tool X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19836%2Fhead;p=thirdparty%2Fopenwrt.git uboot-layerscape: do not build efimkcapsule tool OpenWrt layerscape target does not use this command. If the host is missing gnutls, this tool will fail to build. Fix build error: tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~~ Fixes: c773c3f4d377 ("uboot-layerscape: bump to lf-6.12.20-2.0.0") Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/19836 Signed-off-by: Robert Marko --- diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile index 3fad12efe41..f97cdd9faf7 100644 --- a/package/boot/uboot-layerscape/Makefile +++ b/package/boot/uboot-layerscape/Makefile @@ -151,6 +151,9 @@ UBOOT_TARGETS := \ fsl_ls1021a-twr-sdboot \ fsl_ls1021a-iot-sdboot +UBOOT_CUSTOMIZE_CONFIG := \ + --disable TOOLS_MKEFICAPSULE + define Build/InstallDev $(INSTALL_DIR) $(STAGING_DIR_IMAGE) $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) \