mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
data/scripts: add small script to start neutrino for generic-pc
Origin commit data
------------------
Branch: ni/coolstream
Commit: b47ea1caf0
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Origin message was:
------------------
- data/scripts: add small script to start neutrino for generic-pc
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -683,6 +683,12 @@ data/scripts/backup_flash.sh
|
|||||||
data/scripts/restore_flash.sh
|
data/scripts/restore_flash.sh
|
||||||
])
|
])
|
||||||
|
|
||||||
|
if test "$BOXTYPE" = "generic"; then
|
||||||
|
AC_CONFIG_FILES([
|
||||||
|
data/scripts/neutrino.sh
|
||||||
|
])
|
||||||
|
fi
|
||||||
|
|
||||||
# Backup configs
|
# Backup configs
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
data/config/settingsupdate.conf
|
data/config/settingsupdate.conf
|
||||||
|
@@ -5,6 +5,11 @@ EXTRA_DIST = \
|
|||||||
restore_flash.sh restore_flash.sh.in \
|
restore_flash.sh restore_flash.sh.in \
|
||||||
migration.sh migration.sh.in
|
migration.sh migration.sh.in
|
||||||
|
|
||||||
|
if BOXTYPE_GENERIC
|
||||||
|
EXTRA_DIST += \
|
||||||
|
neutrino.sh neutrino.sh.in
|
||||||
|
endif
|
||||||
|
|
||||||
installdir = $(bindir)
|
installdir = $(bindir)
|
||||||
|
|
||||||
install_SCRIPTS = \
|
install_SCRIPTS = \
|
||||||
@@ -27,3 +32,8 @@ if BOXTYPE_ARMBOX
|
|||||||
install_SCRIPTS += \
|
install_SCRIPTS += \
|
||||||
restore_flash.sh
|
restore_flash.sh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if BOXTYPE_GENERIC
|
||||||
|
install_SCRIPTS += \
|
||||||
|
neutrino.sh
|
||||||
|
endif
|
||||||
|
4
data/scripts/neutrino.sh.in
Normal file
4
data/scripts/neutrino.sh.in
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export SIMULATE_FE=1
|
||||||
|
neutrino
|
Reference in New Issue
Block a user