Browse Source

- neutrino-plugins: disable spiegel-tv-doc and tierwelt-tv for hd1

master
vanhofen 5 years ago
parent
commit
564c03066e
  1. 5
      make/neutrino-plugins.mk

5
make/neutrino-plugins.mk

@ -45,6 +45,11 @@ NP_CONFIGURE_ADDITIONS = \
--disable-stbup
ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd1 hd2))
ifeq ($(BOXSERIES), hd1)
NP_CONFIGURE_ADDITIONS += \
--disable-spiegel_tv_doc \
--disable-tierwelt_tv
endif
NP_CONFIGURE_ADDITIONS += \
--disable-showiframe \
--disable-stb_startup \

Loading…
Cancel
Save