From 5478e27857d198eec0dae0a8577660c59b64165e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 19 Oct 2017 13:36:09 +0200 Subject: [PATCH] - add showiframe to ax-image --- make/ni.mk | 1 + make/plugins.mk | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/make/ni.mk b/make/ni.mk index 0b5588f8..7bde2890 100644 --- a/make/ni.mk +++ b/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 diff --git a/make/plugins.mk b/make/plugins.mk index 46e02f11..59c20e91 100644 --- a/make/plugins.mk +++ b/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 ### ################