Browse Source

- ax: add stb-startup plugin to image

master
vanhofen 7 years ago
parent
commit
a560ec0a55
  1. 3
      make/ni.mk
  2. 3
      make/plugins.mk

3
make/ni.mk

@ -77,7 +77,7 @@ ni-image:
make -j$(NUM_CPUS) iconv
make -j$(NUM_CPUS) streamripper
ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 ax))
make plugins-add
make channellogos
make -j$(NUM_CPUS) less
make -j$(NUM_CPUS) parted
make -j$(NUM_CPUS) openvpn
@ -90,6 +90,7 @@ ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 ax))
endif
ifeq ($(BOXSERIES), ax)
make -j$(NUM_CPUS) ofgwrite
make stb-startup
endif
ifeq ($(DEBUG), yes)
make -j$(NUM_CPUS) strace

3
make/plugins.mk

@ -73,8 +73,6 @@ plugins-all: $(D)/neutrino \
doscam-webif-skin \
playlists
plugins-add: channellogos
################
### plugins ###
################
@ -221,6 +219,7 @@ coolithek: $(LIBPLUG)
$(REMOVE)/coolithek
#scripts-lua
stb-startup \
netzkino \
mtv \
favorites2bin: $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS) $(LIBPLUG)

Loading…
Cancel
Save