From cb06f264d7580e1860d2745b8236fe0a194786db Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 17 Jul 2019 00:30:24 +0200 Subject: [PATCH] - neutrino-plugins.mk: small cosmetics --- make/neutrino-plugins.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make/neutrino-plugins.mk b/make/neutrino-plugins.mk index 50981df1..22c982ee 100644 --- a/make/neutrino-plugins.mk +++ b/make/neutrino-plugins.mk @@ -14,8 +14,8 @@ plugins-hd1: # nothing to do plugins-hd2 \ -plugins-bre2ze4k \ -plugins-hd51: \ +plugins-hd51 \ +plugins-bre2ze4k: \ $(D)/channellogos ifneq ($(BOXMODEL), kronos_v2) make links @@ -43,7 +43,7 @@ NP_CONFIGURE_ADDITIONS = \ --disable-mountpointmanagement \ --disable-stbup -ifneq ($(BOXSERIES), $(filter $(BOXSERIES), hd51 bre2ze4k)) +ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd1 hd2)) NP_CONFIGURE_ADDITIONS += \ --disable-showiframe \ --disable-stb_startup \