rename BOXTYPE_COOL => BOXTYPE_CST

Origin commit data
------------------
Commit: 8524f5f218
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)

Origin message was:
------------------
- rename BOXTYPE_COOL => BOXTYPE_CST
This commit is contained in:
vanhofen
2020-10-03 23:44:06 +02:00
parent d57c36be81
commit 3e35ca5c0b
6 changed files with 7 additions and 7 deletions

View File

@@ -508,7 +508,7 @@ AC_SUBST(BOXMODEL)
AM_CONDITIONAL(BOXTYPE_GENERIC, test "$BOXTYPE" = "generic")
AM_CONDITIONAL(BOXTYPE_SPARK, test "$BOXTYPE" = "spark")
AM_CONDITIONAL(BOXTYPE_COOL, test "$BOXTYPE" = "coolstream")
AM_CONDITIONAL(BOXTYPE_CST, test "$BOXTYPE" = "coolstream")
AM_CONDITIONAL(BOXTYPE_ARMBOX, test "$BOXTYPE" = "armbox")
AM_CONDITIONAL(BOXTYPE_MIPSBOX, test "$BOXTYPE" = "mipsbox")

View File

@@ -82,7 +82,7 @@ install_DATA = accept.png \
x_red.png \
zap.png
if BOXTYPE_COOL
if BOXTYPE_CST
install_DATA += rc_cst_v1.jpg \
rc_cst_v2.png \
rc_cst_v3.png \

View File

@@ -18,7 +18,7 @@ SUBDIRS += \
libupnpclient
endif
if BOXTYPE_COOL
if BOXTYPE_CST
SUBDIRS += \
hardware/coolstream
endif

View File

@@ -152,7 +152,7 @@ neutrino_LDADD += \
$(top_builddir)/lib/libupnpclient/libtuxbox-upnpclient.a
endif
if BOXTYPE_COOL
if BOXTYPE_CST
neutrino_LDADD += \
$(top_builddir)/lib/hardware/coolstream/libhwcaps.a
if ENABLE_LIBCOOLSTREAM_STATIC
@@ -211,7 +211,7 @@ neutrino_LDADD += \
-L/opt/vc/lib/ -lbcm_host -lvcos -lvchiq_arm -lpthread -lrt
endif
if BOXTYPE_COOL
if BOXTYPE_CST
bin_PROGRAMS += shutdown_helper
shutdown_helper_SOURCES = shutdown_helper.c
endif

View File

@@ -52,7 +52,7 @@ libneutrino_driver_a_SOURCES = \
streamts.cpp \
volume.cpp
if BOXTYPE_COOL
if BOXTYPE_CST
libneutrino_driver_a_SOURCES += \
fb_accel_cs_hdx.cpp
if BOXMODEL_CST_HD2

View File

@@ -124,7 +124,7 @@ libneutrino_gui_a_SOURCES += \
glcdthemes.cpp
endif
if BOXTYPE_COOL
if BOXTYPE_CST
libneutrino_gui_a_SOURCES += \
streaminfo1.cpp
else