mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Origin commit data
------------------
Commit: 44ef9bd489
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-09-26 (Sun, 26 Sep 2021)
Origin message was:
------------------
- fix last two commits
30 lines
478 B
Makefile
30 lines
478 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 \
|
|
migration.sh migration.sh.in
|
|
|
|
installdir = $(bindir)
|
|
|
|
install_SCRIPTS = \
|
|
backup.sh \
|
|
restore.sh \
|
|
migration.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
|