Files
recycled-ni-neutrino/data/scripts/Makefile.am
vanhofen 85e3ff501e rename BOXMODEL_CS => BOXMODEL_CST
Origin commit data
------------------
Branch: ni/coolstream
Commit: 05be592b65
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)

Origin message was:
------------------
- rename BOXMODEL_CS => BOXMODEL_CST

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

------------------
This commit was generated by Migit
2020-09-03 22:07:12 +02:00

19 lines
246 B
Makefile

installdir = $(bindir)
install_SCRIPTS = \
backup.sh \
restore.sh \
wakeup.sh \
install.sh
if BOXMODEL_CST_HD2
install_SCRIPTS += \
backup_flash.sh \
restore_flash.sh
endif
if BOXTYPE_ARMBOX
install_SCRIPTS += \
restore_flash.sh
endif