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

Origin commit data
------------------
Branch: ni/coolstream
Commit: d74ce0da45
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-08 (Sat, 08 Jun 2013)

Origin message was:
------------------
* Software update: Add flash.start to neutrino start/stop scripts

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-06-08 14:38:50 +02:00
parent 301a522b57
commit f8c388153e
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"