mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
18 lines
232 B
Makefile
18 lines
232 B
Makefile
installdir = $(bindir)
|
|
|
|
install_SCRIPTS = \
|
|
backup.sh \
|
|
restore.sh \
|
|
install.sh
|
|
|
|
if BOXMODEL_CS_HD2
|
|
install_SCRIPTS += \
|
|
backup_flash.sh \
|
|
restore_flash.sh
|
|
endif
|
|
|
|
if BOXTYPE_ARMBOX
|
|
install_SCRIPTS += \
|
|
restore_flash.sh
|
|
endif
|