mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
add support for wwio bre2ze4k
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a41e95643
Author: TangoCash <eric@loxat.de>
Date: 2018-11-22 (Thu, 22 Nov 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -416,7 +416,7 @@ AC_ARG_WITH(boxtype,
|
|||||||
|
|
||||||
AC_ARG_WITH(boxmodel,
|
AC_ARG_WITH(boxmodel,
|
||||||
AS_HELP_STRING([--with-boxmodel], [valid for coolstream: hd1, hd2])
|
AS_HELP_STRING([--with-boxmodel], [valid for coolstream: hd1, hd2])
|
||||||
AS_HELP_STRING([], [valid for armbox: hd51, hd60, vusolo4k])
|
AS_HELP_STRING([], [valid for armbox: hd51, hd60, vusolo4k, bre2ze4k])
|
||||||
AS_HELP_STRING([], [valid for generic: raspi]),
|
AS_HELP_STRING([], [valid for generic: raspi]),
|
||||||
[case "${withval}" in
|
[case "${withval}" in
|
||||||
hd1|hd2)
|
hd1|hd2)
|
||||||
@@ -438,7 +438,7 @@ AS_HELP_STRING([], [valid for generic: raspi]),
|
|||||||
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
hd51|hd60|vusolo4k)
|
hd51|hd60|vusolo4k|bre2ze4k)
|
||||||
if test "$BOXTYPE" = "armbox"; then
|
if test "$BOXTYPE" = "armbox"; then
|
||||||
BOXMODEL="$withval"
|
BOXMODEL="$withval"
|
||||||
else
|
else
|
||||||
@@ -473,6 +473,7 @@ AM_CONDITIONAL(BOXMODEL_CS_HD2, test "$BOXMODEL" = "hd2")
|
|||||||
AM_CONDITIONAL(BOXMODEL_HD51, test "$BOXMODEL" = "hd51")
|
AM_CONDITIONAL(BOXMODEL_HD51, test "$BOXMODEL" = "hd51")
|
||||||
AM_CONDITIONAL(BOXMODEL_HD60, test "$BOXMODEL" = "hd60")
|
AM_CONDITIONAL(BOXMODEL_HD60, test "$BOXMODEL" = "hd60")
|
||||||
AM_CONDITIONAL(BOXMODEL_VUSOLO4K, test "$BOXMODEL" = "vusolo4k")
|
AM_CONDITIONAL(BOXMODEL_VUSOLO4K, test "$BOXMODEL" = "vusolo4k")
|
||||||
|
AM_CONDITIONAL(BOXMODEL_BRE2ZE4K, test "$BOXMODEL" = "bre2ze4k")
|
||||||
|
|
||||||
AM_CONDITIONAL(BOXMODEL_RASPI, test "$BOXMODEL" = "raspi")
|
AM_CONDITIONAL(BOXMODEL_RASPI, test "$BOXMODEL" = "raspi")
|
||||||
|
|
||||||
@@ -505,6 +506,9 @@ elif test "$BOXMODEL" = "hd60"; then
|
|||||||
elif test "$BOXMODEL" = "vusolo4k"; then
|
elif test "$BOXMODEL" = "vusolo4k"; then
|
||||||
AC_DEFINE(BOXMODEL_VUSOLO4K, 1, [vusolo4k])
|
AC_DEFINE(BOXMODEL_VUSOLO4K, 1, [vusolo4k])
|
||||||
AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable change the osd resolution])
|
AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable change the osd resolution])
|
||||||
|
elif test "$BOXMODEL" = "bre2ze4k"; then
|
||||||
|
AC_DEFINE(BOXMODEL_BRE2ZE4K, 1, [bre2ze4k])
|
||||||
|
AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable change the osd resolution])
|
||||||
elif test "$BOXMODEL" = "raspi"; then
|
elif test "$BOXMODEL" = "raspi"; then
|
||||||
AC_DEFINE(BOXMODEL_RASPI, 1, [raspberry pi])
|
AC_DEFINE(BOXMODEL_RASPI, 1, [raspberry pi])
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user