mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
Origin commit data
------------------
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
Signed-off-by: Thilo Graf <dbt@novatux.de>
Conflicts:
data/scripts/Makefile.am
55 lines
779 B
Makefile
55 lines
779 B
Makefile
EXTRA_DIST = \
|
|
backup.sh backup.sh.in \
|
|
restore.sh restore.sh.in \
|
|
backup_flash.sh backup_flash.sh.in \
|
|
restore_flash.sh restore_flash.sh.in
|
|
|
|
|
|
if BOXTYPE_GENERIC
|
|
EXTRA_DIST += \
|
|
neutrino.sh neutrino.sh.in
|
|
endif
|
|
|
|
installdir = $(bindir)
|
|
|
|
install_SCRIPTS = \
|
|
backup.sh \
|
|
restore.sh \
|
|
install.sh
|
|
|
|
|
|
|
|
#install_SCRIPTS += \
|
|
# start_flash.sh
|
|
#
|
|
# if BOXMODEL_CST_HD2
|
|
# install_SCRIPTS += \
|
|
# backup_flash.sh \
|
|
# restore_flash.sh
|
|
# endif
|
|
#
|
|
# if BOXTYPE_ARMBOX
|
|
# install_SCRIPTS += \
|
|
# restore_flash.sh
|
|
# endif
|
|
#
|
|
#install_SCRIPTS += \
|
|
# start_flash.sh
|
|
#
|
|
#if BOXMODEL_CST_HD2
|
|
#install_SCRIPTS += \
|
|
# backup_flash.sh \
|
|
# restore_flash.sh
|
|
#endif
|
|
#
|
|
#if BOXTYPE_ARMBOX
|
|
#install_SCRIPTS += \
|
|
# restore_flash.sh
|
|
#endif
|
|
#
|
|
#if BOXTYPE_GENERIC
|
|
#install_SCRIPTS += \
|
|
# neutrino.sh
|
|
#endif
|
|
|