* Software update: Add flash.start to neutrino start/stop scripts

This commit is contained in:
Michael Liebmann
2013-06-08 14:38:50 +02:00
parent 365661e841
commit d74ce0da45
5 changed files with 10 additions and 1 deletions

View File

@@ -210,6 +210,7 @@ data/lcd/icons/Makefile
data/lcd/clock/Makefile
data/license/Makefile
data/locale/Makefile
data/neutrino-scripts/Makefile
data/scripts/Makefile
data/themes/Makefile
src/eitd/Makefile

View File

@@ -1,4 +1,4 @@
SUBDIRS = fonts icons inetradio iso-codes license locale scripts themes
SUBDIRS = fonts icons inetradio iso-codes license locale scripts themes neutrino-scripts
if BOXTYPE_TRIPLE
SUBDIRS += lcd

View File

@@ -0,0 +1,6 @@
installdir = $(CONFIGDIR)
install_DATA = flash.start
install-data-hook:
chmod 0755 $(DESTDIR)$(CONFIGDIR)/flash.start

View File

@@ -0,0 +1 @@
#!/bin/sh

View File

@@ -71,6 +71,7 @@
#define NEUTRINO_LEAVE_DEEPSTANDBY_SCRIPT CONFIGDIR "/deepstandby.off"
#define MOVIEPLAYER_START_SCRIPT CONFIGDIR "/movieplayer.start"
#define MOVIEPLAYER_END_SCRIPT CONFIGDIR "/movieplayer.end"
#define NEUTRINO_ENTER_FLASH_SCRIPT CONFIGDIR "/flash.start"
#define NEUTRINO_SCAN_SETTINGS_FILE CONFIGDIR "/scan.conf"
#define NEUTRINO_PARENTALLOCKED_FILE DATADIR "/neutrino/.plocked"