Browse Source

- neutrino-plugins: disable rcu_switcher for vuplus hardware too

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

5
make/neutrino-plugins.mk

@ -52,6 +52,11 @@ ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd1 hd2))
--disable-rcu_switcher
endif
ifeq ($(BOXSERIES), $(filter $(BOXSERIES), vusolo4k vuduo4k vuultimo4k vuzero4k vuuno4k vuuno4kse vuduo))
NP_CONFIGURE_ADDITIONS += \
--disable-rcu_switcher
endif
# -----------------------------------------------------------------------------
ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd1 hd2))

Loading…
Cancel
Save