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) iconv
make -j$(NUM_CPUS) streamripper make -j$(NUM_CPUS) streamripper
ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 ax)) ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 ax))
make plugins-add make channellogos
make -j$(NUM_CPUS) less make -j$(NUM_CPUS) less
make -j$(NUM_CPUS) parted make -j$(NUM_CPUS) parted
make -j$(NUM_CPUS) openvpn make -j$(NUM_CPUS) openvpn
@ -90,6 +90,7 @@ ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 ax))
endif endif
ifeq ($(BOXSERIES), ax) ifeq ($(BOXSERIES), ax)
make -j$(NUM_CPUS) ofgwrite make -j$(NUM_CPUS) ofgwrite
make stb-startup
endif endif
ifeq ($(DEBUG), yes) ifeq ($(DEBUG), yes)
make -j$(NUM_CPUS) strace make -j$(NUM_CPUS) strace

3
make/plugins.mk

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

Loading…
Cancel
Save