mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
18 lines
251 B
Makefile
18 lines
251 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
|