Browse Source

- add showiframe to ax-image

master
vanhofen 7 years ago
parent
commit
5478e27857
  1. 1
      make/ni.mk
  2. 6
      make/plugins.mk

1
make/ni.mk

@ -47,6 +47,7 @@ ni-image:
@echo "starting 'make $@' build with "$(NUM_CPUS)" threads!"
make -j$(NUM_CPUS) neutrino
make plugins-all
make plugins-$(BOXSERIES)
make fbshot
make -j$(NUM_CPUS) luacurl
make -j$(NUM_CPUS) timezone

6
make/plugins.mk

@ -73,6 +73,12 @@ plugins-all: $(D)/neutrino \
doscam-webif-skin \
playlists
plugins-hd1: # nothing to do
plugins-hd2: # nothing to do
plugins-ax: \
showiframe
################
### plugins ###
################

Loading…
Cancel
Save