mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: fa17da4f0a
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-09-26 (Sun, 26 Sep 2021)
Origin message was:
------------------
- scripts: move flash.start script away from control scripts
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
28 lines
432 B
Makefile
28 lines
432 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
|
|
|
|
installdir = $(bindir)
|
|
|
|
install_SCRIPTS = \
|
|
backup.sh \
|
|
restore.sh \
|
|
wakeup.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
|