Browse Source

- add imgbackup-hd51 plugin to hd51-image

master
vanhofen 6 years ago
parent
commit
ee20391b73
  1. 5
      make/plugins.mk

5
make/plugins.mk

@ -79,6 +79,7 @@ plugins-hd2: # nothing to do
plugins-hd51: \
links \
stb-startup \
imgbackup-hd51 \
showiframe
################
@ -192,6 +193,10 @@ pr-auto-timer: $(LIBPLUGINS) $(VARCONFIG)
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/pr-auto-timer.conf.template $(VARCONFIG)/pr-auto-timer.conf
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/pr-auto-timer.rules.template $(VARCONFIG)/pr-auto-timer.rules
imgbackup-hd51: $(LIBPLUGINS)
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/$@.sh $(LIBPLUGINS)/
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/$@.cfg $(LIBPLUGINS)/
autoreboot: $(LIBPLUGINS)
install -m755 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/$@.sh $(LIBPLUGINS)/
install -m644 $(SOURCE_DIR)/$(NI_NEUTRINO-PLUGINS)/scripts-sh/plugins/$@/$@.cfg $(LIBPLUGINS)/

Loading…
Cancel
Save