]> git.ipfire.org Git - thirdparty/openwrt.git/commit
uboot-imx: do not build efimkcapsule tool 23635/head
authorShiji Yang <yangshiji66@outlook.com>
Wed, 3 Jun 2026 00:40:58 +0000 (08:40 +0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Wed, 3 Jun 2026 22:47:20 +0000 (00:47 +0200)
commitc82f2724f5ce4afe40ee5d1ecfd488d8adcff2bd
treeee5fa3de1927b12455598b1efcac7fa18c99f44f
parent84f4f779204a3de631670fee69141188b56e4976
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 <gnutls/gnutls.h>
      |          ^~~~~~~~~~~~~~~~~

Fixes: 158651a6d742 ("uboot-imx: bump to 2026.04 release")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/23635
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
package/boot/uboot-imx/Makefile