mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
Conflicts: src/driver/rcinput.cpp src/gui/info_menue.cpp src/gui/mediaplayer.cpp src/gui/movieplayer.cpp src/zapit/src/frontend.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -561,7 +561,7 @@ elif test "$BOXTYPE" = "tripledragon"; then
|
||||
elif test "$BOXTYPE" = "spark"; then
|
||||
AC_DEFINE(HAVE_SPARK_HARDWARE, 1, [building for a goldenmedia 990 or edision pingulux])
|
||||
elif test "$BOXTYPE" = "coolstream"; then
|
||||
AC_DEFINE(HAVE_COOL_HARDWARE, 1, [building for a coolstream])
|
||||
AC_DEFINE(HAVE_CST_HARDWARE, 1, [building for a coolstream])
|
||||
elif test "$BOXTYPE" = "armbox"; then
|
||||
AC_DEFINE(HAVE_ARM_HARDWARE, 1, [building for an armbox])
|
||||
elif test "$BOXTYPE" = "mipsbox"; then
|
||||
|
Reference in New Issue
Block a user