[Buildroot] [PATCH 7/8] package/mender: select BR2_PACKAGE_CA_CERTIFICATES

Mirza Krak mirza.krak at northern.tech
Tue Aug 14 23:13:36 UTC 2018


Mender uses TLS to community with the management server,
and if CA signed certificates are used we must have
the ca-certificates package installed to be able to
verify these.

Signed-off-by: Mirza Krak <mirza.krak at northern.tech>
---
 package/mender/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mender/Config.in b/package/mender/Config.in
index 6fa9079b1d..f5a1a74110 100644
--- a/package/mender/Config.in
+++ b/package/mender/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_MENDER
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_PACKAGE_UBOOT_TOOLS
 	depends on BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
+	select BR2_PACKAGE_CA_CERTIFICATES
 	help
 	  Mender is an open source over-the-air (OTA) software updater
 	  for embedded Linux devices. Mender comprises a client
-- 
2.18.0




More information about the buildroot mailing list