From 64508e8a3915d8b27e065896eab246275e63163a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 12 Feb 2020 16:28:25 +0100 Subject: [PATCH] vendor/sunnyvalley: register crypto dependency to force reinstall --- vendor/sunnyvalley/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/sunnyvalley/Makefile b/vendor/sunnyvalley/Makefile index ddf37a36c..d27579459 100644 --- a/vendor/sunnyvalley/Makefile +++ b/vendor/sunnyvalley/Makefile @@ -2,5 +2,6 @@ PLUGIN_NAME= sunnyvalley PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= Vendor repository for Sensei (Next Generation Firewall Extensions) PLUGIN_MAINTAINER= opensource@sunnyvalley.io +PLUGIN_DEPENDS= ${PLUGIN_FLAVOUR:tl} .include "../../Mk/plugins.mk"