Browse Source

- move stb-startup target call to the right place

master
vanhofen 6 years ago
parent
commit
4a1abf3de6
  1. 1
      make/ni.mk
  2. 1
      make/plugins.mk

1
make/ni.mk

@ -92,7 +92,6 @@ ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 hd51))
make -j$(NUM_CPUS) ofgwrite
make -j$(NUM_CPUS) aio-grab
make -j$(NUM_CPUS) dvbsnoop
make stb-startup
endif
ifeq ($(DEBUG), yes)
make -j$(NUM_CPUS) strace

1
make/plugins.mk

@ -80,6 +80,7 @@ plugins-hd2: # nothing to do
plugins-hd51: \
links \
stb-startup \
showiframe
################

Loading…
Cancel
Save