mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
[ariva@link200] include in libst-hal
Origin commit data
------------------
Branch: master
Commit: daa6561b62
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-21 (Sat, 21 Mar 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
11
acinclude.m4
11
acinclude.m4
@@ -323,6 +323,10 @@ AC_ARG_WITH(boxtype,
|
|||||||
BOXTYPE="duckbox"
|
BOXTYPE="duckbox"
|
||||||
BOXMODEL="$withval"
|
BOXMODEL="$withval"
|
||||||
;;
|
;;
|
||||||
|
arivalink200)
|
||||||
|
BOXTYPE="duckbox"
|
||||||
|
BOXMODEL="$withval"
|
||||||
|
;;
|
||||||
tf*)
|
tf*)
|
||||||
BOXTYPE="duckbox"
|
BOXTYPE="duckbox"
|
||||||
BOXMODEL="$withval"
|
BOXMODEL="$withval"
|
||||||
@@ -334,7 +338,7 @@ AC_ARG_WITH(boxtype,
|
|||||||
AC_ARG_WITH(boxmodel,
|
AC_ARG_WITH(boxmodel,
|
||||||
[ --with-boxmodel valid for dreambox: dm500, dm500plus, dm600pvr, dm56x0, dm7000, dm7020, dm7025
|
[ --with-boxmodel valid for dreambox: dm500, dm500plus, dm600pvr, dm56x0, dm7000, dm7020, dm7025
|
||||||
valid for ipbox: ip200, ip250, ip350, ip400
|
valid for ipbox: ip200, ip250, ip350, ip400
|
||||||
valid for duckbox: ufs910, ufs912, ufs913, ufs922, atevio7500, fortis_hdbox, octagon1008, hs7110, hs7810a, hs7119, hs7819, dp7000, cuberevo, cuberevo_mini, cuberevo_mini2, cuberevo_250hd, cuberevo_2000hd, ipbox9900, ipbox99, ipbox55, tf7700],
|
valid for duckbox: ufs910, ufs912, ufs913, ufs922, atevio7500, fortis_hdbox, octagon1008, hs7110, hs7810a, hs7119, hs7819, dp7000, cuberevo, cuberevo_mini, cuberevo_mini2, cuberevo_250hd, cuberevo_2000hd, ipbox9900, ipbox99, ipbox55, arivalink200, tf7700],
|
||||||
[case "${withval}" in
|
[case "${withval}" in
|
||||||
dm500|dm500plus|dm600pvr|dm56x0|dm7000|dm7020|dm7025)
|
dm500|dm500plus|dm600pvr|dm56x0|dm7000|dm7020|dm7025)
|
||||||
if test "$BOXTYPE" = "dreambox"; then
|
if test "$BOXTYPE" = "dreambox"; then
|
||||||
@@ -350,7 +354,7 @@ AC_ARG_WITH(boxmodel,
|
|||||||
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
ufs910|ufs912|ufs913|ufs922|atevio7500|fortis_hdbox|octagon1008|hs7110|hs7810a|hs7119|hs7819|dp7000|cuberevo|cuberevo_mini|cuberevo_mini2|cuberevo_250hd|cuberevo_2000hd|ipbox9900|ipbox99|ipbox55|tf7700)
|
ufs910|ufs912|ufs913|ufs922|atevio7500|fortis_hdbox|octagon1008|hs7110|hs7810a|hs7119|hs7819|dp7000|cuberevo|cuberevo_mini|cuberevo_mini2|cuberevo_250hd|cuberevo_2000hd|ipbox9900|ipbox99|ipbox55|arivalink200|tf7700)
|
||||||
if test "$BOXTYPE" = "duckbox"; then
|
if test "$BOXTYPE" = "duckbox"; then
|
||||||
BOXMODEL="$withval"
|
BOXMODEL="$withval"
|
||||||
else
|
else
|
||||||
@@ -420,6 +424,7 @@ AM_CONDITIONAL(BOXMODEL_CUBEREVO_2000HD,test "$BOXMODEL" = "cuberevo_2000hd")
|
|||||||
AM_CONDITIONAL(BOXMODEL_IPBOX9900,test "$BOXMODEL" = "ipbox9900")
|
AM_CONDITIONAL(BOXMODEL_IPBOX9900,test "$BOXMODEL" = "ipbox9900")
|
||||||
AM_CONDITIONAL(BOXMODEL_IPBOX99,test "$BOXMODEL" = "ipbox99")
|
AM_CONDITIONAL(BOXMODEL_IPBOX99,test "$BOXMODEL" = "ipbox99")
|
||||||
AM_CONDITIONAL(BOXMODEL_IPBOX55,test "$BOXMODEL" = "ipbox55")
|
AM_CONDITIONAL(BOXMODEL_IPBOX55,test "$BOXMODEL" = "ipbox55")
|
||||||
|
AM_CONDITIONAL(BOXMODEL_ARIVALINK200,test "$BOXMODEL" = "arivalink200")
|
||||||
AM_CONDITIONAL(BOXMODEL_TF7700,test "$BOXMODEL" = "tf7700")
|
AM_CONDITIONAL(BOXMODEL_TF7700,test "$BOXMODEL" = "tf7700")
|
||||||
|
|
||||||
|
|
||||||
@@ -498,6 +503,8 @@ elif test "$BOXMODEL" = "ipbox99"; then
|
|||||||
AC_DEFINE(BOXMODEL_IPBOX99, 1, [ipbox99])
|
AC_DEFINE(BOXMODEL_IPBOX99, 1, [ipbox99])
|
||||||
elif test "$BOXMODEL" = "ipbox55"; then
|
elif test "$BOXMODEL" = "ipbox55"; then
|
||||||
AC_DEFINE(BOXMODEL_IPBOX55, 1, [ipbox55])
|
AC_DEFINE(BOXMODEL_IPBOX55, 1, [ipbox55])
|
||||||
|
elif test "$BOXMODEL" = "arivalink200"; then
|
||||||
|
AC_DEFINE(BOXMODEL_ARIVALINK200, 1, [arivalink200])
|
||||||
elif test "$BOXMODEL" = "tf7700"; then
|
elif test "$BOXMODEL" = "tf7700"; then
|
||||||
AC_DEFINE(BOXMODEL_TF7700, 1, [tf7700])
|
AC_DEFINE(BOXMODEL_TF7700, 1, [tf7700])
|
||||||
elif test "$BOXMODEL" = "raspi"; then
|
elif test "$BOXMODEL" = "raspi"; then
|
||||||
|
Reference in New Issue
Block a user