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: 158651a6d7 ("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>
This commit is contained in:
parent
84f4f77920
commit
c82f2724f5
@ -59,6 +59,9 @@ define U-Boot/wandboard
|
|||||||
BUILD_DEVICES:=wandboard_dual
|
BUILD_DEVICES:=wandboard_dual
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
UBOOT_CUSTOMIZE_CONFIG := \
|
||||||
|
--disable TOOLS_MKEFICAPSULE
|
||||||
|
|
||||||
UBOOT_TARGETS := \
|
UBOOT_TARGETS := \
|
||||||
apalis_imx6 \
|
apalis_imx6 \
|
||||||
kontron-osm-s-mx8mp \
|
kontron-osm-s-mx8mp \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user