From 6e8686912256971f27eee6dcb2908617d365e145 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 22 Nov 2025 12:47:13 +0100 Subject: [PATCH] package/uboot-tools: mkeficapsule needs gnutls While buildroot commit 14a0169714cd5c35be40faadc066412f144bc1a6 forgot to add the reverse dependencies of gnutls the buildroot commit f94ba69770e5c5dc1342bf52657b3565b1a56e6d to fix that forgot to select gnutls. Fixes: https://autobuild.buildroot.org/results/595e9af38fef4729ff3d6f32ad320d46c8c88594/ Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/uboot-tools/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/uboot-tools/Config.in b/package/uboot-tools/Config.in index 4ccef30973..da6cd65252 100644 --- a/package/uboot-tools/Config.in +++ b/package/uboot-tools/Config.in @@ -70,6 +70,7 @@ config BR2_PACKAGE_UBOOT_TOOLS_MKEFICAPSULE bool "mkeficapsule" depends on !BR2_STATIC_LIBS # gnutls depends on BR2_USE_WCHAR # gnutls + select BR2_PACKAGE_GNUTLS help Install the mkeficapsule tool on the target system