]> git.ipfire.org Git - thirdparty/openwrt.git/commit
uboot-layerscape: do not build efimkcapsule tool 19836/head
authorShiji Yang <yangshiji66@outlook.com>
Fri, 22 Aug 2025 01:06:43 +0000 (09:06 +0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 22 Aug 2025 09:24:43 +0000 (11:24 +0200)
commit5b3c82358971a4da1ad6d7a718692bdc03a38d12
tree126671b30a5d8f71a297fd775380ae6cd1e8eb9e
parentaff2f096235b62cdccc47b9e453c318c8f90e1f6
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 <gnutls/gnutls.h>
      |          ^~~~~~~~~~~~~~~~~

Fixes: c773c3f4d377 ("uboot-layerscape: bump to lf-6.12.20-2.0.0")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19836
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/uboot-layerscape/Makefile