From 00fe21aedbef2ca3ee2453bb58be72ed6561f9c1 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 22 Sep 2018 11:50:01 +0200 Subject: [PATCH] firmware: to make product_flavour practical inject crypt dependency --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 79b33d004..941458c8d 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ CORE_DEPENDS_amd64?= beep bsdinstaller CORE_DEPENDS_i386?= ${CORE_DEPENDS_amd64} CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \ + ${CORE_FLAVOUR:tl} \ apinger \ ca_root_nss \ choparp \