From 026410900ef9912d0eb83338b0ae95692b0a6931 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 13 Nov 2018 21:05:27 +0100 Subject: [PATCH] - plugins: add links browser to hd2 (except boxmodel kronos_v2) --- make/plugins.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/make/plugins.mk b/make/plugins.mk index 9eee3e47..5a7dd889 100644 --- a/make/plugins.mk +++ b/make/plugins.mk @@ -44,7 +44,11 @@ plugins-all: $(D)/neutrino \ shellexec plugins-hd1: # nothing to do -plugins-hd2: # nothing to do + +plugins-hd2: + ifneq ($(BOXMODEL), kronos_v2) + make links + endif plugins-hd51: \ links \